Skip to contents

This function creates a crosswalk of all OrganizationIdentifiers, OrganizationFormalNames, and ProviderNames in the Water Quality Portal (WQP).

Usage

TADA_GetWQPOrgProviderRef()

Value

A crosswalk dataframe including the following columns: OrganizationIdentifier, OrganizationFormalName, ProviderName.

Examples

if (FALSE) { # \dontrun{
provider.ref <- TADA_GetProviderRef()
} # }