View source: R/bacdive_extract.R
getMorphology | R Documentation |
Extracts cell morphology data from a bacdive list
getMorphology(list_holder = list_holder)
list_holder |
A list object containing strain information already present in the R environment. |
Essentially a wrapper for applying getMorphologySingle
to a list and turning the result into a dataframe. Also adds the "date_downloaded" attribute from the list to the dataframe.
A dataframe of cell morphology information about taxa in the list.
## Not run:
morphology_df <- getMorphology(list_holder)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.