Description Usage Arguments Value
Read one results.csv file and reformat into long-format
1 2 3 4 5 6 | read.results.csv.file(
dt_dir,
year_range = 1931:2019,
q = c("Lower", "Median", "Upper"),
sex = NULL
)
|
dt_dir |
the single directory to a results.csv file |
year_range |
year range desired, default to '1931:2019' |
q |
quantile desired, default to 'c("Lower", "Median", "Upper")' |
sex |
default to NULL, Sex is determined from 'dt_dir', unless specified |
long-format dt containing all indicators
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.