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 ,
Glad to know that you no longer see the issue. Please continue using Fabric Community for your further queries.
bosho
2 years agoFrequent Visitor
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.