Check the formatting of a cross-sectional antibody survey dataset.
Source:R/check_pop_data.R
check_pop_data.Rd
Check the formatting of a cross-sectional antibody survey dataset.
Examples
library(magrittr)
xs_data <-
serocalculator_example("example_pop_data.csv") %>%
read.csv() %>%
as_pop_data()
check_pop_data(xs_data, verbose = TRUE)
#> data format is as expected.