Description Usage Arguments Examples
clean_deaths
1 2 3 4 5 6 7 8 | clean_deaths(
dir_path = system.file("extdata", "Leeds1", "Deaths", package = "cleanETHPOP"),
rtn = TRUE,
save_to_file = TRUE,
save_name = "clean_deaths",
save_path = here::here("output_data"),
save_format = "csv"
)
|
dir_path |
location of ETHPOP data |
rtn |
TRUE/FALSE |
save_to_file |
TRUE/FALSE |
save_name |
output data file |
save_path |
output data location |
save_format |
e.g. csv or RData |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.