
Add a Living Norway metadata tag corresponding to the coverage EML element
Source:R/LNTagFunctions.R
      LNcoverage.RdAdd a Living Norway metadata tag corresponding to the coverage EML element
Usage
LNcoverage(
  tagText = NA,
  tagID = NA,
  parentID = NA,
  isHidden = FALSE,
  lang = NA,
  sep = " ",
  ...
)Arguments
- tagText
- A - characterscalar containing the text to encolse in the tag
- tagID
- A - characterscalar containing a unique identifier for the tag element. If the parameter is- NAthen a UUID will be generated
- parentID
- A - characterscalar containing the ID for the parent tag (if there is one).- NAdenotes that there is no parent for the tag
- isHidden
- A - logicalscalar that, if- TRUE, denotes that the text should be hidden when rendered
- lang
- A - characterscalar defining the language attribute to set for the tag. See https://www.w3.org/International/articles/language-tags/the W3C guide to language tags for the best format to use for this attribute. A value- NAindicates that no langauge attribute will be set.
- sep
- A - characterscalar providing the delimiter to use between the child tags
- ...
- A series of parameters defining the child tags to generate and the parameters of the generation functions 
Value
A character scalar containing the rendered output including any HTML tags if a
HTML document is being knitted
Author
Joseph D. Chipperfield, joechip90@googlemail.com; Matthew Grainger, matthew.grainger@nina.no