Description Usage Arguments Details Value Examples
Get URLs to daughter pages from a single web page, or multiple pages, on FNA.
1  | parse_page(url, from = "fna", cores, no_cores)
 | 
url | 
 The URL of the page  | 
from | 
 one of fna or jepson  | 
cores | 
 Use parallel processing in plyr functions (default to FALSE).  | 
no_cores | 
 Number of cores to use in the parallel plyr work.  | 
If you use parallelization with argument cores=TRUE, make sure to install doMC first.
Taxa names and taxon IDs in a data.frame.
1 2 3 4 5 6 7 8  | ## Not run: 
pg1<-'http://www.efloras.org/browse.aspx?flora_id=1&start_taxon_id=10074&page=1'
pg2<-'http://www.efloras.org/browse.aspx?flora_id=1&start_taxon_id=10074&page=2'
pg3<-'http://www.efloras.org/browse.aspx?flora_id=1&start_taxon_id=10074&page=3'
parse_page(pg1)
parse_page(list(pg1, pg2, pg3))
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.