Description Usage Arguments Value
When a script or console session is recorded (see record() and startrecord()),
a metadata object is created that describes the objects associated with the run, using the
Ecological Metadata Language https://knb.ecoinformatics.org/#external//emlparser/docs/index.html.
This metadata can be retrieved from the recordr cache for review or editing if desired. If the metadata
is updated, it can be re-inserted into the recordr cache using the putMetadata
method.
1 2 3 4 5 | getMetadata(recordr, ...)
## S4 method for signature 'Recordr'
getMetadata(recordr, id = as.character(NA),
seq = as.character(NA), as = as.character("text"))
|
recordr |
a Recordr instance |
... |
additional parameters
seealso |
id |
The identifier for a run |
seq |
The sequence number for a run |
as |
Form to return the metadata as. Possible values are: "text", "parsed" (for parsed XML), or "EML" (for an EML R package S4 object) |
A character vector containing the metadata
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.