View source: R/att_lims_datasheets.R
att_lims_datasheets | R Documentation |
Generates empty .csv files with the correct column names and structure. Use for liquid limit, plastic limit, and adhesion limit tests.
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 = "" )
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 |
files are written to disk and a message is printed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.