as_pop_data | R Documentation |
Load a cross-sectional antibody survey data set
as_pop_data(
data,
antigen_isos = NULL,
age = "Age",
value = "result",
id = "index_id",
standardize = TRUE
)
data |
a |
antigen_isos |
|
age |
a |
value |
a |
id |
a |
standardize |
a |
a pop_data
object (a tibble::tbl_df
with extra attribute antigen_isos
)
library(magrittr)
xs_data <-
serocalculator_example("example_pop_data.csv") %>%
read.csv() %>%
as_pop_data()
print(xs_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.