ccTable_apply_filters: Apply all the setup filters.

ccTable_apply_filtersR Documentation

Apply all the setup filters.

Description

Once filters are applied, the processed data will be stored in tclean. Note, running filtering function before apply_filters is necessary. This function will have no effect on tclean if no filter is ran prior. Filters will decide to preserve or remove particular entries or episodes.

Arguments

warnings

logical value to indicate more or less messages with an default value TRUE.

Examples

## Not run: 
tb <- create_cctable(ccd, conf, 1)
tb$range_filter() 
tb$apply_filter() # apply only the range filter ragardless of the conf. 

## End(Not run)

CC-HIC/cleanEHR documentation built on Aug. 28, 2022, 10:33 a.m.