Description Usage Arguments Examples
Execute averaging script by specific interval
1 2 3 4 5 6 7 | run_averages(
input_path = NULL,
export_path = NULL,
average_type = "all",
cohort = NULL,
na_SAS = FALSE
)
|
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. |
1 2 3 4 5 | ## Not run:
run_averages(input_path = NULL, export_path = NULL, average_type = 'all', cohort = NULL)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.