powered by
Check the formatting of a cross-sectional antibody survey dataset.
check_pop_data(pop_data, verbose = FALSE)
NULL (invisibly)
dataset to check
whether to print an "OK" message when all checks pass
library(magrittr) xs_data <- serocalculator_example("example_pop_data.csv") %>% read.csv() %>% as_pop_data() check_pop_data(xs_data, verbose = TRUE)
Run the code above in your browser using DataLab