R Notebook - Read parquet dataframe from managed folder
LéonardP
Partner, L2 Designer, Registered Posts: 2 Partner
Hello,
Is there a way to read parquet files stored in a managed folder using R?
For instance, I know the following works in PySpark, but is there an equivalent in R:
df = sqlContext.read.parquet(filepath).toDF()
The objective is to call different datasets in a Shiny App.
Thanks in advance!
Is there a way to read parquet files stored in a managed folder using R?
For instance, I know the following works in PySpark, but is there an equivalent in R:
df = sqlContext.read.parquet(filepath).toDF()
The objective is to call different datasets in a Shiny App.
Thanks in advance!