if (FALSE) {
## Get all counts for genus Castilleja
chrom_counts("Castilleja", "genus")
## Get all counts for both Castilleja and Lachemilla
chrom_counts(c("Castilleja", "Lachemilla"), "genus")
## Get all counts for Castilleja miniata
chrom_counts("Castilleja miniata", "species")
## Get all counts for only Castilleja miniata subsp. elata
chrom_counts("Castilleja miniata subsp. elata", "species")
## Note that searching for "Castilleja miniata" will return
## all subspecies and varieties
## Get all counts for the Orobanchaceae
chrom_counts("Orobanchaceae", "family")
}
Run the code above in your browser using DataLab