att_lims_datasheets: Populate empty data sheets

View source: R/att_lims_datasheets.R

att_lims_datasheetsR Documentation

Populate empty data sheets

Description

Generates empty .csv files with the correct column names and structure. Use for liquid limit, plastic limit, and adhesion limit tests.

Usage

att_lims_datasheets(
  dir,
  date,
  experiment_name,
  sample_names,
  n_LL_trials = 4,
  n_PL_reps = 3,
  adhesion_test = T,
  n_AL_reps = 3,
  tin_tare_set = ""
)

Arguments

dir

directory under which to create the analysis folder

date

date the tests were initiated i.e. mixed with water

experiment_name

experiment with which the samples are associated

sample_names

a vector of unique identifiers for the samples tested, may be numeric or character

n_LL_trials

number of speciments collected during liquid limit determination (minimum 3, defaults to 4)

n_PL_reps

number of separate threads rolled during plastic limit test

adhesion_test

whether the adhesion limit test will be performed

n_AL_reps

number of separate determinations for adhesion limit test (if performed)

tin_tare_set

character string identifying a set of tin masses

Value

files are written to disk and a message is printed


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