list_sites: List all site meta-data

Description Usage Arguments Value Examples

Description

The site list can be helpful in determining which time series to download using 'download_phenocam()'. The site list also includes meta-data concerning plant functional types, general climatological conditions such as mean annual temperature or geographic location.

Usage

1
list_sites(out_dir = tempdir(), internal = TRUE)

Arguments

out_dir

output directory (default = tempdir())

internal

TRUE or FALSE (default = TRUE)

Value

A data frame with meta-data for all available sites.

Examples

1
2
3
4
5
## Not run: 
# download the site meta-data
df <- list_sites()

## End(Not run)

bnasr/phenocamrCS documentation built on June 5, 2020, 3:52 a.m.