Gs_datasheets: Generate and write an empty data sheet for G~~s~~ testing

View source: R/Gs_datasheet.R

Gs_datasheetsR Documentation

Generate and write an empty data sheet for G~~s~~ testing

Description

Ensures consistent column names and easy analysis via Gs_batch_analysis()

Usage

Gs_datasheets(
  dir,
  date = Sys.Date(),
  experiment_name,
  sample_name,
  n_reps,
  tin_tare_set = NULL,
  tin_numbers = NULL,
  bottle_set = NULL,
  bottle_numbers = NULL
)

Arguments

dir

Directory in which file should be written

date

Date of test initiation

experiment_name

Character string identifying the set of trials

sample_name

Character vector of unique sample identifiers

n_reps

Number of replicate determinations

tin_tare_set

Character string identifying set of tin tares, for the hygroscopic water content correction

tin_numbers

Integer vector of tin numbers used for hygroscopic water content correction

bottle_set

Character string identifying a set of pycnometer bottles

bottle_numbers

Integer vector of bottle numbers used in the tests

Value

Writes file to disk and prints a message


evanmascitti/soiltestr documentation built on Oct. 6, 2022, 5:32 p.m.