Description Usage Arguments Examples
View source: R/clean_fertilityR.R
clean_fertility
1 2 3 4 5 6 7 8 9 | clean_fertility(
dir_path = "D:/data/ETHPOP/Leeds2/Fertility",
m_to_100_f = 105,
rtn = TRUE,
save_to_file = TRUE,
save_name = "clean_fertility",
save_folder = here::here("output_data"),
save_format = "csv"
)
|
dir_path |
raw data location |
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.