Description Usage Arguments Value Examples
Takes a numeric event type and makes all values <= lower cut or >= upper cut equal to "NA". Also can limit results to those with a specific unit type (which can be a character vector of multiple types) Note – need to add function to deduplicate by day and allow user to over-ride
1 2 | clean_numeric_event(event_group = "", lower_cut = -Inf, upper_cut = Inf,
unit_type = NULL)
|
event_group |
event type to clean |
lower_cut |
value below which data will be considered NA (inclusive) |
upper_cut |
value above which data will be considered NA (inclusive) |
unit_type |
limit to specific unit type (e.g., mmol/L) |
see above
1 | ## Not run: # nothing here yet
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.