View source: R/prepare_lab_data.R
remove_missing_samples | R Documentation |
Remove Missing Parameters
remove_missing_samples(
samples_tidy,
pattern_missing = "n\\.\\s?a\\.|-",
col_value = "value"
)
samples_tidy |
data.frame with samples in tidy format, i.e. parameters are columns and each row is one value |
pattern_missing |
remove samples marked "n. a." or "- " |
col_value |
value column (default: "value") |
data.frame without missing samples
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.