Forum Discussion
Anonymous
9 years agoNot applicable
R error
The following error appears when running R script in powerbi but not in RStudio, please help. My R version is 3.3.1 DataSource.Error: ADO.NET: R script error. Attaching package: 'dplyr' The fo...
ankitpatira
9 years agoCommunity Champion
Anonymous Have you got the package you're using in your script intalled. If the package is installed then you need to load that package in your script ie use library(packagename) at start of the script.