Function to write to meta-table and clean up without creating a table,text, or figure. For manual use
write_manual.Rd
Function to write to meta-table and clean up without creating a table,text, or figure. For manual use
Usage
write_manual(
number = cctu_env$number,
clean_up = TRUE,
verbose = options()$verbose
)
Arguments
- number
the number used to as a suffix in the output filename, and to link to TableofTables. Default is to use the value in the cctu_env package environment that is set within
attach_pop
.- clean_up
logical to invoke the
clean_up
function at the end. Defaults to TRUE- verbose
logical to print information on changes to the global environment or external files. Defaults to options()$verbose.
Value
Edits the meta_table object with the calling program and optionally
cleans up. No return object. Meant for use if a table or figure for a
report has been created manually outside of write_ggplot
or
write_table