View source: R/methods-element.R
add_method | R Documentation |
Adds the methods metadata elements according to EML standards.
add_method(parent_element, methods_file)
parent_element |
A list representing the EML project or dataset. |
methods_file |
A file containing methods information (word or markdown): see |
The dataset list or project with methods information appended.
methods_file = word_example("methods-template.docx")
dataset <- list() %>%
add_method(methods_file)
dataset
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.