write_text | R Documentation |
Function to write a text into xml format in the correct directory, and edit TableofTables
write_text(
X,
number = cctu_env$number,
clean_up = TRUE,
directory = file.path(getOption("cctu_output", default = "Output"), "Core"),
verbose = options()$verbose
)
X |
the character string to be saved in xml format |
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 |
clean_up |
logical to invoke the |
directory |
where to save the figures within path or current working directory. The Output directory can be over-riden with options("cctu_output"). |
verbose |
logical to print information on changes to the global environment or external files. Defaults to options()$verbose. |
writes an xml version of the input data to file text_number.xml . Edits the TableofTables object with the calling programe. No return object.
write_ggplot
write_table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.