Description Usage Arguments Details Value Author(s) References Examples
Retrieve higher taxon records from the MyCoPortal
1 2 3 | mycoportal_hightax(taxon = "Polyporales", verbose = TRUE,
screenshot = TRUE, port = 4445L, browserName = "chrome",
remoteServerAddr = "localhost", wait = 2)
|
taxon |
character string specifying the taxon name (here usually higher taxon, e.g., order level) |
verbose |
logical |
screenshot |
logical, whether screenshot of results should be displayed in Viewer |
port |
default is 4445L |
browserName |
character string specifying the browser to use, recommended: "chrome" |
remoteServerAddr |
default is "localhost" |
wait |
numeric specifying the seconds to wait for website to load, recommended 2 for good internet connections, higher otherwise. |
Interface to the web database MyCoPortal for higher taxonomic queries, e.g., order level. Here only full query results can be retrieved. If you want to make more specific queries please try mycoportal
.
x an object of class "records
" with the following components:
nr.records |
A numeric giving the number of records retrieved |
citation |
A character string with the recommended citation from the website |
query |
A list of the user arguments used |
records |
A data.frame with the query records results |
db |
A character string specifying the database (currently only MyCoPortal) |
Franz-Sebastian Krah
see mycoportal
1 2 3 4 5 6 7 | ## Not run:
## Query Amanitacae and plot on world map or USA map
poly.dist <- mycoportal_hightax(taxon = "polyporales", taxon_type = 2)
recordsmap(poly.dist, mapdatabase = "world", legend = FALSE)
recordsmap(poly.dist, mapdatabase = "state", legend = FALSE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.