View source: R/write_cap_eml.R
write_cap_eml | R Documentation |
A wrapper around EML::write_eml that automates file naming from projet configuration
write_cap_eml(
emlEntity,
filePathName
)
emlEntity |
(unquoted character) Unquoted name of the eml entity (from 'create_eml') to be written to file. Defaults to 'eml'. |
filePathName |
(character) Path and file name of file to be written. Defaults to the package identifier and current directory. |
Any existing xml files named with packageScopeNumber
at
path
will be overwritten.
Writes eml object as specified name and to specified location in xml format.
## Not run:
write_cap_eml(
emlEntity = myeml,
filePathName = "~/Desktop/myeml.xml"
)
write_cap_eml()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.