View source: R/build_NIRdataset2.R
| build_NIRdataset2 | R Documentation | 
Build NIR dataset based on a parameters file.
build_NIRdataset2(dframe, params_file_path, save_RDS = FALSE, save_txt = FALSE)
dframe | 
 A dataframe in long format, that is, each NIR variable must be stored in its own column, and other columns containing identifications for individuals, and leaf surface, at least.  | 
params_file_path | 
 A path for a NIR parameter file.  | 
save_RDS | 
 If you want to save a .RDS file with final result, just use TRUE instead. Default value is FALSE.  | 
save_txt | 
 If you want to save a text delimited file with final result, just use TRUE instead. Default value is FALSE.  | 
A dataframe.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.