write_manual: Function to write to meta-table and clean up without creating...

View source: R/write_manual.R

write_manualR Documentation

Function to write to meta-table and clean up without creating a table,text, or figure. For manual use

Description

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

See Also

write_ggplot write_table


shug0131/cctu documentation built on Nov. 10, 2023, 12:03 p.m.