date_pull | R Documentation |
Shared pre-processing of input CSV files
Preprocessing step for all aggregations. Currently: remaps outcome to death, discharge or NA, cuts age into 5-year age groups, and adds a year-epiweek column
date_pull date_pull
file.name |
Path of the data file (CDISC format) |
excluded.columns |
Columns to be removed |
dtplyr.step |
Return the output as |
input.tbl |
Input tibble (output of |
An object of class Date
of length 1.
An object of class Date
of length 1.
The contents of file.name
as a tibble or dtplyr_step
A tibble
intended for input into other aggregation functions (e.g. age.pyramid.prep
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.