Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
DataSource.Error: ADO.NET: R script error.
Error: unexpected symbol in:
"# Epilog - Auto Generated #
rm"
Execution halted
Details:
DataSourceKind=R
DataSourcePath=R
Message=R script error.
I am getting this error while running my R script
# 'dataset' holds the input data for this script
.libPaths(.libPaths()[3])
wsid = "##################" #this is an Azure ML workspace id
auth = "################################" #this is an Azure ML authentication id
servicename = "Experiment created on 06/04/2021 [Predictive Exp.]"
library(AzureML)
ws <- workspace(wsid,auth)
ds <- consume(servicces(ws, name = servicename,dataset)
What could be the reason?
Solved! Go to Solution.
I got the solution, I forgot to put a ')', here. ds <- consume(servicces(ws, name = servicename),dataset)
I got the solution, I forgot to put a ')', here. ds <- consume(servicces(ws, name = servicename),dataset)
Hi @Anonymous ,
It is because some symbols cant be recognized,check the similar threads below:
https://community.rstudio.com/t/unexpected-symbol-with-code/61944
https://community.powerbi.com/t5/Developer/Query-Editor-R-Script-Date-Time-Issues/td-p/90540
Best Regards,
Kelly
Did I answer your question? Mark my post as a solution!
User | Count |
---|---|
98 | |
75 | |
74 | |
49 | |
26 |