View source: R/check_pop_data.R
check_pop_data | R Documentation |
Check the formatting of a cross-sectional antibody survey dataset.
check_pop_data(pop_data, verbose = FALSE)
pop_data |
dataset to check |
verbose |
whether to print an "OK" message when all checks pass |
NULL (invisibly)
library(magrittr)
xs_data <-
serocalculator_example("example_pop_data.csv") %>%
read.csv() %>%
as_pop_data()
check_pop_data(xs_data, verbose = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.