Generate a QC Record for one or more Milestones
ghqc_record_app.Rd
This function allows the user to generate a QC Record for one or more Milestones created with ghqc_assign_app.
To Generate a QC Record:
Select one or more Milestones.
optional to include both open and closed Milestones by unchecking "Closed Milestones only".
Optional: input a name for the PDF.
The default name is a hyphenated combination of the GitHub repository name and selected Milestone name(s).
Optional: input the directory in which to generate the PDF.
The default directory is the root of the R project.
Optional: indicate if the report should only include the Milestone and Issue summary tables by checking "Just tables". Else, the default setting will generate a Record that contains the summary tables up front as well as detailed descriptions for each Issue including version control information, users, datetimes, events, actions, comments and more.
Create the PDF by clicking "Generate QC Record" at the bottom of the pane.
Usage
ghqc_record_app(
app_name = "ghqc_record_app",
qc_dir = getwd(),
lib_path = ghqc_libpath(),
config_path = ghqc_config_path()
)