Description Usage Arguments Examples
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.
1  | pplr_metadata_url(input)
 | 
input | 
 An object produced by the function   | 
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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.