Returns variable name and descriptions for parameters returned by echoWaterGetFacilityInfo
Arguments
- verbose
Logical, indicating whether to provide processing and retrieval messages. Defaults to FALSE
Examples
# \donttest{
## These examples require an internet connection to run
# returns a dataframe of
echoWaterGetMeta()
#> # A tibble: 464 × 6
#> ColumnName DataType DataLength ColumnID ObjectName Description
#> <chr> <chr> <chr> <chr> <chr> <chr>
#> 1 CWP_NAME VARCHAR2 200 1 CWPName Facility o…
#> 2 SOURCE_ID VARCHAR2 30 2 SourceID Unique Ide…
#> 3 CWP_STREET VARCHAR2 200 3 CWPStreet Facility s…
#> 4 CWP_CITY VARCHAR2 100 4 CWPCity City in wh…
#> 5 CWP_STATE CHAR 2 5 CWPState Facility l…
#> 6 CWP_STATE_DISTRICT VARCHAR2 5 6 CWPStateD… The State …
#> 7 CWP_ZIP VARCHAR2 10 7 CWPZip Facility Z…
#> 8 MASTER_EXTERNAL_PERMIT_N… VARCHAR2 9 8 MasterExt… This is th…
#> 9 REGISTRY_ID VARCHAR2 50 9 RegistryID An interna…
#> 10 EPA_SYSTEM VARCHAR2 10 10 EPASystem The EPA da…
#> # ℹ 454 more rows
# }