# NOT RUN {
taxon_coverage <- set_taxonomicCoverage("Macrocystis pyrifera")
sci_names <- data.frame(
Kingdom = "Plantae",
Phylum = "Phaeophyta",
Class = "Phaeophyceae",
Order = "Laminariales",
Family = "Lessoniaceae",
Genus = "Macrocystis",
specificEpithet = "pyrifera"
)
taxon_coverage <- set_taxonomicCoverage(sci_names)
# }
# NOT RUN {
# Examples that may take > 5s
## use a list of lists for multiple species
sci_names <- list(list(
Kingdom = "Plantae",
Phylum = "Phaeophyta",
Class = "Phaeophyceae",
Order = "Laminariales",
Family = "Lessoniaceae",
Genus = "Macrocystis",
specificEpithet = "pyrifera"
))
set_taxonomicCoverage(sci_names)
# }
Run the code above in your browser using DataLab