
Search for Compositions in Database
search_compositions.Rd
This function searches for compositions in a SQLite database using specified filters. The filters include strain, percentage, and composition types.
Usage
search_compositions(filters, database = Sys.getenv("SDB_PATH"))
Arguments
- filters
A named list containing filter criteria.
strain
: a vector of strains to filter bypercentage
: a vector of percentages to filter bycomposition_types
: a vector of composition types to filter by
- database
The path to the SQLite database. Defaults to the value from the SDB_PATH environment variable.