create_anthro_quality_report: Create Anthro Quality Report

View source: R/create_anthro_quality_report.R

create_anthro_quality_reportR Documentation

Create Anthro Quality Report

Description

Generates a summary report of anthropometric data including summary results, key quality indicators, and plausability report results.

Usage

create_anthro_quality_report(
  df,
  grouping = NULL,
  file_path = NULL,
  short_report = NULL
)

Arguments

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.

Value

Returns a dataframe with a results table for the anthropometric indicators.

Examples

## Not run: create_anthro_quality_report(df = myanthrodata, index = "wfhz")

SaeedR1987/healthyr documentation built on July 4, 2023, 11:17 p.m.