| get_metadata_field | R Documentation |
Retrieve metadata from a dataset, such as contact information, notes, and official statistics status.
get_metadata_field(x, field)
get_metadata(x)
x |
A nisra_df object created using |
field |
The metadata field to read. See details for a list of fields. |
Every dataset should have the following metadata fields:
contact - contact name, email and phone
copyright - copyright information
experimental - a flag for experimental statistics
note - any notes describing the data
official - a flag for official statistics
subject - a code and label for the subject
updated - date
Metadata if the field is found, otherwise NULL
mye <- nisra_read_dataset("MYE01T09")
get_metadata(mye)
get_metadata_field(mye, "contact")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.