View source: R/aurum_pipeline.R
aurum_pipeline | R Documentation |
Aurum Pipeline
aurum_pipeline(
type,
cols = NULL,
saveloc = "",
dataloc,
patids = NULL,
check = FALSE
)
type |
character string of Aurum table |
cols |
character string of column types (see tabledata with meta data for this) |
saveloc |
character string of location to save parquet files - defaults to project/working directory |
dataloc |
character string of location of raw data |
patids |
vector of patient ids to filter to (if known) |
check |
boolean run in check mode or regular |
data.frame of data checking results
## Not run:
aurum_pipeline(type = 'Patient',
dataloc = 'C:/Pathto/Your/CPRD/Extract/Here', check = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.