browse_phylopic {rphylopic} | R Documentation |
Browse PhyloPic for a given taxonomic name or uuid
Description
This function provides a convenient way to browse PhyloPic for a given taxonomic name of uuid.
Usage
browse_phylopic(name = NULL, uuid = NULL)
Arguments
name |
|
uuid |
|
Details
This function returns a PhyloPic url for an input name
or
uuid
and opens the user's default web browser at this url. If no
name
or uuid
is supplied, the base url of PhyloPic images
is returned and opened instead.
Value
A character
vector of a valid PhyloPic url for the specified
name
or uuid
. If no name
or uuid
is supplied,
the base url of PhyloPic images is returned.
Examples
## Not run:
url <- browse_phylopic(name = "Acropora cervicornis")
## End(Not run)
[Package rphylopic version 1.4.0 Index]