read_datalake: Read a tabular data file into a Spark DataFram from datalake...

View source: R/read_datalake.R

read_datalakeR Documentation

Read a tabular data file into a Spark DataFram from datalake storage account

Description

Read a tabular data file into a Spark DataFram from datalake storage account

Usage

read_datalake(filename, folder)

Arguments

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'

Value

A Spark DataFrame object

Examples

## Not run: 
Inpatient_Demographic <- read_datalake("Inpatient_Demographic.csv", "Inpatient")
## End(Not run)


belayb/JigsawEHR documentation built on Feb. 5, 2023, 8:54 p.m.