receptacle: Get state (paleate or epaleate) of receptacle.

Description Usage Arguments Value Examples

View source: R/receptacle.R

Description

Get state (paleate or epaleate) of receptacle.

Usage

1

Arguments

url

The URL of the page you want to search.

Value

paleate, epaleate, or 'not found'.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
url <- 'http://www.efloras.org/florataxon.aspx?flora_id=1&taxon_id=102552'
receptacle(url)
url <- 'http://www.efloras.org/florataxon.aspx?flora_id=1&taxon_id=250066099'
receptacle(url)
pg1<-'http://www.efloras.org/browse.aspx?flora_id=1&start_taxon_id=10074&page=1'
urls <- getdaughterURLs(pg1)
ldply(urls[1:5], receptacle, .progress='text')

## End(Not run)

ropensci/rfna documentation built on Sept. 21, 2020, 8:35 a.m.