run_averages: Execute averaging script by specific interval

Description Usage Arguments Examples

View source: R/run_averages.R

Description

Execute averaging script by specific interval

Usage

1
2
3
4
5
6
7
run_averages(
  input_path = NULL,
  export_path = NULL,
  average_type = "all",
  cohort = NULL,
  na_SAS = FALSE
)

Arguments

input_path

character; path of input data frame

export_path

character; path used to export output data

average_type

character; one or combination of 'month', 'year', 'prenatal', or 'all'. Default = 'all'.

cohort

character; cohort name

na_SAS

logical; if TRUE, missing values will be replaced with '.' instead of 'NA.' Default = FALSE.

Examples

1
2
3
4
5
## Not run: 

run_averages(input_path = NULL, export_path = NULL, average_type = 'all', cohort = NULL)

## End(Not run)

wolfeclw/geocrew documentation built on Dec. 23, 2021, 6:10 p.m.