View source: R/bacdive_extract.R
getPhenotypes | R Documentation |
Combined oxygen tolerance and gram stain data for use with other packages
getPhenotypes(morphology_df, oxygen_df)
morphology_df |
A dataframe from |
oxygen_df |
A dataframe from |
A dataframe of oxygen tolerance and gram stain information about taxa in the list.
## Not run:
morphology_df <- getMorphology(list_holder)
oxygen_df <- getOxygen(list_holder)
phenotype_df <- getPhenotypes(morphology_df, oxygen_df)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.