Description Usage Arguments Value Author(s) See Also Examples
View source: R/normalise_pregnancy_data.R
Use World bank data to normalise number of female teenagers from 2016 - 2020
1 | normalise_pregnancy_data(preg_df = NULL, pop_f_1014 = NULL, pop_f_1519 = NULL)
|
preg_df |
The dataframe or tibble created when running get_pregnancy_data("https://tinyurl.com/y35htfoj"). |
pop_f_1014 |
The World Bank data for females from Kenya aged 10 - 14 obtained when running get_wb_gender_age_pop_data(indicator_code = "SP.POP.1014.FE") |
pop_f_1519 |
The World Bank data for females from Kenya aged 15 - 19 obtained when running get_wb_gender_age_pop_data(indicator_code = "SP.POP.1519.FE") |
A dataframe containing normalised pregnancy data.
Anelda van der Walt
get_pregnancy_data get_wb_gender_age_pop_data
1 | norm_preg <- normalise_pregnancy_data()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.