Description Usage Arguments Examples
clean_births
1 2 3 4 5 6 7 8 9 | clean_births(
dir_path = system.file("extdata", "Leeds1", "Births", package = "cleanETHPOP"),
m_to_100_f = 105,
rtn = TRUE,
save_to_file = TRUE,
save_name = "clean_births",
save_folder = here::here("output_data"),
save_format = "csv"
)
|
dir_path |
raw data location |
m_to_100_f |
relative population sizes at birth from ONS |
rtn |
TRUE/FALSE |
save_to_file |
TRUE/FALSE |
save_name |
string |
save_folder |
output data location |
save_format |
csv or RData |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.