Learn R Programming

webTRISr (version 0.2.0)

webtris_sites: Sites

Description

Sites

Usage

webtris_sites(siteID, sf = FALSE, crs = 4326)

Arguments

siteID

Numeric site ID. Blank will return all sites.

sf

logic, return results as an sf object, defaults `FALSE`.

crs

Numeric, specify CRS, defaults to 4326

Value

dataframe of sites.

Examples

Run this code
# NOT RUN {
webtris_sites()
webtris_sites('3')
webtris_sites('3', sf = TRUE)
# }

Run the code above in your browser using DataLab