set_methods | R Documentation |
set_methods
set_methods( methods_file, instrumentation = character(), software = NULL, sampling_file = NULL, sampling_coverage = NULL, sampling_citation = NULL, qualityControl_file = NULL )
methods_file |
Path to a file (markdown or .docx) containing a description of the methods used |
instrumentation |
optional, text describing instrumentation used in methods |
software |
optional, an EML software node describing software used in methods |
sampling_file |
optional, Path to a file (.md or .docx) describing sampling method |
sampling_coverage |
optional, coverage node for methods, e.g. set_coverage() |
sampling_citation |
optional, a citation element describing the sampling protocol |
qualityControl_file |
optional, path to a file (.md or .docx) describing quality control methods |
A methods object
f <- system.file("examples/hf205-methods.md", package = "EML") set_methods(methods_file = f) ## Can also import from methods written in a .docx MS Word file. f <- system.file("examples/hf205-methods.docx", package = "EML") set_methods(methods_file = f)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.