View source: R/data_cleaning.R
Clean NIR data and put into tidy format. This requires that JA's input identifiers as unique and standardized. Format: First three letters of the project name, followed by an underscore, followed by the first three letters of the crop, followed by an underscore, followed by the treatment number as "T1", followed by the block as "B1". If my project were "Mosaic Potato", and I were running treatment 1, block 3, the format would be: "Mos_Pot_T1B3".
1 | clean_nir(path, proj_name, label)
|
path |
The path to the file in the directory. |
proj_name |
The name of the project exactly as found in the "Admin Sheet" on OSF. |
label |
The first three letters of the project and the first three letters of the crop. ie "Mos_Pot". Whatever was put into NIR machine. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.