Returns variable name and descriptions for parameters returned by echoWaterGetFacilityInfo
echoWaterGetMeta(verbose = FALSE)
| verbose | Logical, indicating whether to provide processing and retrieval messages. Defaults to FALSE |
|---|
returns a dataframe
# \donttest{ ## These examples require an internet connection to run # returns a dataframe of echoWaterGetMeta()#> # A tibble: 232 x 6 #> ColumnName DataType DataLength ColumnID ObjectName Description #> <chr> <chr> <chr> <chr> <chr> <chr> #> 1 CWP_NAME VARCHAR2 200 1 CWPName Facility or permit h~ #> 2 SOURCE_ID VARCHAR2 30 2 SourceID Unique Identifier as~ #> 3 CWP_STREET VARCHAR2 200 3 CWPStreet Facility street addr~ #> 4 CWP_CITY VARCHAR2 100 4 CWPCity City in which the fa~ #> 5 CWP_STATE CHAR 2 5 CWPState Facility location - ~ #> 6 CWP_STATE_DI~ VARCHAR2 5 6 CWPStateDis~ The State Congressio~ #> 7 CWP_ZIP VARCHAR2 10 7 CWPZip Facility ZIP code #> 8 MASTER_EXTER~ VARCHAR2 9 8 MasterExter~ This is the unique i~ #> 9 REGISTRY_ID VARCHAR2 50 9 RegistryID An internal 12-digit~ #> 10 CWP_COUNTY VARCHAR2 100 10 CWPCounty County in which the ~ #> # ... with 222 more rows# }