View source: R/abstract-element.R
add_abstract | R Documentation |
Adds the abstract metadata element to a dataset list according to EML standards.
add_abstract(parent_element, abstract_file)
parent_element |
A list representing the EML project or dataset. |
abstract_file |
file path to abstract (word or markdown): see |
The dataset or project with abstract appended
abstract_docx <- system.file("extdata", "Banet-Example", "metadata","abstract.docx", package = "EMLaide", mustWork = TRUE)
dataset <- list() %>%
add_abstract(abstract_docx)
dataset
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.