yaml {arsenal} | R Documentation |
Include a YAML header in write2
Description
Include a YAML header in write2
Usage
yaml(...)
## S3 method for class 'yaml'
print(x, ...)
## S3 method for class 'yaml'
c(..., recursive = FALSE)
is.yaml(x)
Arguments
... |
For |
x |
An object of class |
recursive |
Not in use at this time. |
Value
A text string of class "yaml"
.
Author(s)
Ethan Heinzen, adapted from an idea by Brendan Broderick
See Also
Examples
x <- yaml(title = "My cool title", author = "Ethan P Heinzen")
x
y <- yaml("header-includes" = list("\\usepackage[labelformat=empty]{caption}"))
y
c(x, y)
[Package arsenal version 3.6.3 Index]