View source: R/bacdive_extract.R
getOxygenSingle | R Documentation |
Extracts oxygen tolerance data from a single entry in a bacdive structured list
getOxygenSingle(bacdive_entry)
bacdive_entry |
A single entry representing a strain within a bacdive list. |
Used in getOxygen
.
A dataframe of oxygen tolerance information about the strain.
## Not run:
morphology_df <- bind_rows(lapply(list_holder, getOxygenSingle))
# OR
single_strain <- getOxygenSingle(list_holder[[1]])
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.