create2dclean: Clean table - low memory

View source: R/ccTable.R

create2dcleanR Documentation

Clean table - low memory

Description

The cleaning process is specified by the YAML configuration. All the filters presented in the configuration will be applied. It returns only the cleaned data. However all the data quality information will be lost. This function is useful when the memory is not sufficiently enough to hold all the information.

Usage

create2dclean(record, config, freq = 1, nchunks = 1)

Arguments

record

ccRecord

config

the full path of the YAML configuration file

freq

table cadence

nchunks

integer number. The larger the nchunks the less memory requirement.

Value

A cleaned 2d wide table


ropensci/cleanEHR documentation built on Aug. 28, 2022, 8:31 p.m.