View source: R/create_anthro_quality_report.R
create_anthro_quality_report | R Documentation |
Generates a summary report of anthropometric data including summary results, key quality indicators, and plausability report results.
create_anthro_quality_report(
df,
grouping = NULL,
file_path = NULL,
short_report = NULL
)
df |
Inputs a dataframe that has been standardized/formatted y the format_nut_health_indicators function. |
grouping |
Inputs an optional character value as a grouping var. If included, results will be grouped by this variable |
file_path |
Inputs an optional character value specifying a file location and name to save a copy of the output. |
short_report |
Inputs a boolean value TRUE or FALSE to return just key variables. If FALSE, returns a dataframe of all the variables calculated. |
Returns a dataframe with a results table for the anthropometric indicators.
## Not run: create_anthro_quality_report(df = myanthrodata, index = "wfhz")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.