create_method: Create Data Collection Method Element

View source: R/methods-element.R

create_methodR Documentation

Create Data Collection Method Element

Description

Creates the data collection method information of a dataset based off of EML standards.

Usage

create_method(
  methods_file,
  instrumentation = character(),
  software = NULL,
  sampling_file = NULL,
  sampling_coverage = NULL,
  sampling_citation = NULL,
  qualityControl_file = NULL
)

Arguments

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.

Value

A list containing the methods information that can be appended to a dataset or project list.

Examples

create_method(methods_file = word_example("methods-template.docx"),
              instrumentation = "Thermometer")
 

CVPIA-OSC/EMLaide documentation built on Aug. 25, 2023, 8:53 a.m.