aurum_pipeline: Aurum Pipeline

View source: R/aurum_pipeline.R

aurum_pipelineR Documentation

Aurum Pipeline

Description

Aurum Pipeline

Usage

aurum_pipeline(
  type,
  cols = NULL,
  saveloc = "",
  dataloc,
  patids = NULL,
  check = FALSE
)

Arguments

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

Value

data.frame of data checking results

Examples

## Not run: 
aurum_pipeline(type = 'Patient', 
dataloc = 'C:/Pathto/Your/CPRD/Extract/Here', check = TRUE)
## End(Not run)

HFAnalyticsLab/aurumpipeline documentation built on April 14, 2023, 12:34 p.m.