wb_load_cgc_list | R Documentation |
Load the list of strains available at the CGC
wb_load_cgc_list(dir_cache = NULL, refresh = 2)
dir_cache |
Directory where the downloaded files are cached. |
refresh |
Number of days after which the downloaded list needs to be refreshed. |
A tibble containing the list of strains available at the CGC. Description of the fields can be found on the CGC website.
## Not run:
strain_list <- wb_load_cgc_list()
nrow(strain_list)
strain_list$Genotype[strain_list$Strain == "NC902"]
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.