pplr_metadata_url: Get metadata information from a data object

Description Usage Arguments Examples

View source: R/metadata_url.R

Description

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.

Usage

1

Arguments

input

An object produced by the function pplr_get_data().

Examples

1
2
3
4
5
6
## Not run: 
# 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 )

## End(Not run)

AldoCompagnoni/popler documentation built on Nov. 15, 2019, 9:48 a.m.