Learn R Programming

nhdplusTools (version 0.3.16)

get_nldi_feature: Get NLDI Feature

Description

Get a single feature from the NLDI

Usage

get_nldi_feature(nldi_feature, tier = "prod")

Arguments

nldi_feature

list with names `featureSource` and `featureID` where `featureSource` is derived from the "source" column of the response of discover_nldi_sources() and the `featureSource` is a known identifier from the specified `featureSource`.

tier

character optional "prod" or "test"

Value

sf feature collection with one feature

Examples

Run this code
# NOT RUN {
get_nldi_feature(list("featureSource" = "nwissite", featureID = "USGS-05428500"))
# }

Run the code above in your browser using DataLab