replace_dl | R Documentation |
Handle values as defined below:
If value contains <
, value is below detection limit. Flag and replace with 0
If value contains >
, value is above detection limit. Flag and replace with NA
If value contains an asterisk, value is flagged with mod
and replaced with NA
replace_dl(labdat)
labdat |
dataframe containing the parsed lab data |
dataframe containing the parsed lab data where the result column and flag column are altered as specified above
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.