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(dplyr)
xs_data <- readr::read_rds("https://osf.io/download//n6cp3/") %>%
as_pop_data()
check_pop_data(xs_data, verbose = TRUE)
#> data format is as expected.