Description Usage Arguments Value
Read CFM precomputed spectra from a database created by cfm_read_batch
1 2 3 4 5 6 | cfm_read_db(
db_file = NULL,
table_name = NULL,
ID = NULL,
return_annotation = F
)
|
db_file |
[string] Full path to the database file |
table_name |
[string] Name of table containing the CFM spectra to read |
ID |
[string] A vector of ID(s) to retrieve from the database |
return_annotation |
[logical] Should spectra be returned with annotations |
A named list of spectra when selected table contains a column named 'spectrum'. Otherwise a tibble.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.