Description Usage Arguments Value Examples
View source: R/03-recode_anthro.R
Function to create raw mother antropometry dataset
1 | create_manthro(df, x, y)
|
df |
A data.frame collected for the Myanmar MCCT Programme Evaluation Study containing mother anthropometry data |
x |
A data.frame collected for the Myanmar MCCT Programme Evaluation Study containing identifying information that will be linked to the mother anthropometry data |
y |
A data.frame collected for the Myanmar MCCT Programme Evaluation Study containing child anthropometry data to get associated information that will be linked to the mother anthropometry data |
A data.frame containing raw mother anthropometry data for the Myanmar MCCT Programme Evaluation Study
1 2 | create_manthro(df = motherAnthro, x = anthroDF,
y = create_canthro(df = childAnthro, x = anthroDF))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.