View source: R/load_pop_data.R
load_pop_data | R Documentation |
Load a cross-sectional antibody survey data set
load_pop_data(file_path, ...)
file_path |
path to an RDS file containing a cross-sectional antibody
survey data set, stored as a |
... |
Arguments passed on to
|
a pop_data
object (a tibble::tbl_df with extra attributes)
xs_data <- load_pop_data(serocalculator_example("example_pop_data.rds"))
print(xs_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.