Load the webpage containing the metadata of the data sets
contained in objects produced by pplr_browse or downloaded through
pplr_get_data(). If you downloaded data from multiple projects,
this function will open multiple webpages. This is a wrapper of function
browseURL in base.
Arguments
- input
An object produced by the function
pplr_get_data().
Examples
if (FALSE) {
# Load the metadata webpages of the projects that contain data from the Poa genus.
fes_d <- pplr_browse(genus == "Festuca")
pplr_metadata_url( fes_d )
}
