| notes.openesm_dataset | R Documentation |
Get additional notes for dataset
## S3 method for class 'openesm_dataset'
notes(x, ...)
x |
An object of class |
... |
Additional arguments (currently unused). |
Character vector with dataset notes, returned invisibly.
dataset <- structure(
list(
dataset_id = "0001",
metadata = list(
additional_comments = "Note about timing; Note about exclusions"
)
),
class = "openesm_dataset"
)
notes(dataset)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.