load_pop_data {serocalculator} | R Documentation |
Load a cross-sectional antibody survey data set
load_pop_data(file_path, antigen_isos = NULL)
file_path |
path to an RDS file containing a cross-sectional antibody survey data set, stored as a |
antigen_isos |
|
a pop_data
object (a tibble::tbl_df with extra attribute antigen_isos
)
xs_data <- load_pop_data("https://osf.io/download//n6cp3/")
print(xs_data)