View source: R/utilityFunctions.R
getMultilineSection | R Documentation |
New approach to multiline section: retain spaces and look for next line that has identical indentation.
getMultilineSection(
header,
outfiletext,
filename,
allowMultiple = FALSE,
allowSpace = TRUE,
ignore.case = FALSE
)
header |
Header section |
outfiletext |
Output file text |
filename |
The name of the file |
allowMultiple |
Logical indicating whether to allow multiple sections. Defaults to |
allowSpace |
Logical indicating whether to allow spaces. Defaults to |
ignore.case |
Logical whether or not to ignore the case. Defaults to |
A list of sections
# make me!!!
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.