View source: R/tableContracts.R
| PSL2PSW | R Documentation |
PSL2PSW() casts canonical long spectra rows to wide columns such as
PSA.H1, PSV.H1, and SD.H1.
PSL2PSW(.x, by = "auto")
.x |
Long spectra table with columns |
by |
Metadata columns to keep as row keys. The default |
A wide spectra data.table.
psl <- data.table::data.table(RecordID = "R1", OCID = "H1",
Tn = 0.1, ID = "PSA", S = 1)
PSL2PSW(psl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.