replace_nanb_with_na | R Documentation |
Replace n.a. (not available) and n.b. (not determined) from lab data with NA
replace_nanb_with_na(string)
string |
string |
string with NA instead of "n.a." or "n.b." (including 0-10 spaces between "n" and "a"/"b"
string <- c("19.2", "n.b.", "n. b.", "n. b.", "n.a.", "n. a.", "n. a.")
replace_nanb_with_na(string)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.