diff --git a/DESCRIPTION b/DESCRIPTION index ce07cf0..a57d1e5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: gocc Type: Package Title: VA Goals of Care Conversations Feedback -Version: 0.7.0 +Version: 0.8.0 Author: Colin Gross Maintainer: Colin Gross Description: Generate performance feedback summaries for sites in the VA that conduct goals of care conversations with Veterans. Provides report templates, data processing, and helper scripts to generate pdf reports for distribution within the VA. diff --git a/man/main.Rd b/man/main.Rd index dda9c59..bbb9a38 100644 --- a/man/main.Rd +++ b/man/main.Rd @@ -4,14 +4,14 @@ \alias{main} \title{Main} \usage{ -main(input_dir, config_path, output_dir = NULL) +main(config_path, output_dir = NULL, ...) } \arguments{ -\item{input_dir}{path to directory that contains clc.csv or hbpc.csv} - \item{config_path}{path to configuration file} \item{output_dir}{path to output directory. Defaults to input_dir} + +\item{...}{paths to input files for clc, hbpc, or dementia reports} } \value{ boolean TRUE indicates successful run.