Alternative to modify settings and content in rmd_doc
objects. Note that to
skip some elements of the YAML header, you can set the argument NULL to the
respective parameter.
# S3 method for rmd_doc update(object, ..., append, body)
object | An object of class |
---|---|
... | Named arguments to be inserted in the YAML header (passed to
|
append | A piece of code to be appended in the header (passed to
|
body | The content of the document that will be inserted after the
header (passed to
|