parse_packageId | R Documentation |
Take the packageId field in EML and break it down into scope, id, and revision number. If packageId does not conform to the scope, id, revision number pattern, the function will just return the whole ID in the "id" field and NAs in the "scope" and "rev" fields.
parse_packageId(full_id)
full_id |
(character) Package ID in EML style, e.g. "knb-lter-mcr.1.1" |
List of three named items: "scope", "id", "rev".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.