metacoder (version 0.1.2)

bryophytes_ex_data: Example dataset of bryophytes

Description

A dataset containing information from 171 bryophytes family names scraped from http://www.theplantlist.org/1.1/browse/B/:

Usage

bryophytes_ex_data

Arguments

Format

An object of type taxmap

Examples

Run this code
## Not run: 
# 
# library(XML)
# taxon_names <- XML::htmlTreeParse("http://www.theplantlist.org/1.1/browse/B/") %>% 
# xmlRoot() %>%
#   getNodeSet("//ul[@id='nametree']/li/a/i") %>%
#   sapply(xmlValue)
#   
# bryophytes_ex_data <- extract_taxonomy(taxon_names, key = "name", database = "itis")
# ## End(Not run)

Run the code above in your browser using DataLab