View source: R/methods-element.R
create_method | R Documentation |
Creates the data collection method information of a dataset based off of EML standards.
create_method(
methods_file,
instrumentation = character(),
software = NULL,
sampling_file = NULL,
sampling_coverage = NULL,
sampling_citation = NULL,
qualityControl_file = NULL
)
methods_file |
Please provide a word or markdown document with proper formatting. The function will then append it properly. An example word document can be found in "~/EMLaide/inst/extdata/methods-template.docx". |
instrumentation |
Optional. What instruments are being used to conduct the method. |
software |
Optional. What software is being used to conduct the method. |
sampling_file |
Optional. |
sampling_coverage |
Optional. |
sampling_citation |
Optional. Literature citation relating to the methods used. |
qualityControl_file |
Optional. |
A list containing the methods information that can be appended to a dataset or project list.
create_method(methods_file = word_example("methods-template.docx"),
instrumentation = "Thermometer")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.