ccTable_apply_filters: Apply all the setup filters.

Description Arguments Examples

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

1
2
3
4
5
6
## 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)

cleanEHR documentation built on May 2, 2019, 6:40 a.m.