load_pop_data {serocalculator} | R Documentation |
Load a cross-sectional antibody survey data set
Description
Load a cross-sectional antibody survey data set
Usage
load_pop_data(file_path, ...)
Arguments
file_path |
path to an RDS file containing a cross-sectional antibody
survey data set, stored as a |
... |
Arguments passed on to
|
Value
a pop_data
object (a tibble::tbl_df with extra attributes)
Examples
xs_data <- load_pop_data(serocalculator_example("example_pop_data.rds"))
print(xs_data)
[Package serocalculator version 1.3.0 Index]