View source: R/LNTagFunctions.R
LNaddTag | R Documentation |
Generate a Living Norway metadata tag Add a metadata HTML tag. This function is designed to be run in RMarkdown documents. This function is not designed to be run directly by the users but serves as a utility functions for other HTML tag generation functions.
LNaddTag(
tagText,
tagType,
tagID = NA,
parentID = NA,
isHidden = FALSE,
lang = NA,
...
)
tagID |
A |
parentID |
A |
isHidden |
A |
lang |
A |
tagTxt |
A |
tagtype |
A |
A character
scalar containing the rendered output including any HTML tags if a
HTML document is being knitted
Joseph D. Chipperfield, joechip90@googlemail.com; Matthew Grainger, matthew.grainger@nina.no
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.