View source: R/join-chem-spectra.R
| join_spc_chem | R Documentation | 
Combines spectral data (tibble class) and chemical data (tibble class).
join_spc_chem(spc_tbl, chem_tbl, by = "sample_id")
spc_tbl | 
 Tibble that contains spectral data  | 
chem_tbl | 
 Tibble that contains chemical reference values of the samples  | 
by | 
 character of column name that defines sample_ID  | 
Tibble joined by sample_id
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.