Forum Discussion
bosho
2 years agoFrequent Visitor
sql command in SparkR
Hi, I'm following along with the SparkR demo for Fabric notebooks that's on the microsoft website here: https://learn.microsoft.com/en-us/fabric/data-science/r-use-sparkr However, when I try ...
- 2 years ago
Have since seen it's beecause I had loaded tidyverse in that notebook to work on some R stuff, and dplyr's sql() command seems to mask SparkR's. Think that's why it wasn't executing it on my spark dataframe.
Anonymous
2 years agoNot applicable
Hi bosho ,
Thanks for using Fabric Community.
I cannot find issue while I am executing the below code -
Can you please share your test code so I can guide you better?