View source: R/table-fore-age-props.R
table_fore_age_props | R Documentation |
Creates a table showing the forecast age comp percentages by number and weight for select cohorts
table_fore_age_props(
props_bynum,
props_bywt,
ages_filt = c(2:8, 10, 14),
font_size = 8
)
props_bynum |
A named vector of percentages by number to report. The names must be the ages |
props_bywt |
A named vector of percentages by weight to report. The names must be the ages |
ages_filt |
A vector of the ages to show in the table |
font_size |
The font size for the text in the table |
A kableExtra::kbl()
table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.