View source: R/read_datalake.R
read_datalake | R Documentation |
Read a tabular data file into a Spark DataFram from datalake storage account
read_datalake(filename, folder)
filename |
The name of the data file (with its extension) to be imported |
folder |
The name of the folder with in the storage account that holds 'filename' |
A Spark DataFrame object
## Not run: Inpatient_Demographic <- read_datalake("Inpatient_Demographic.csv", "Inpatient") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.