Skip to contents

Returns variable name and descriptions for parameters returned by echoWaterGetFacilityInfo

Usage

echoWaterGetMeta(verbose = FALSE)

Arguments

verbose

Logical, indicating whether to provide processing and retrieval messages. Defaults to FALSE

Value

returns a dataframe

Examples

# \donttest{
## These examples require an internet connection to run

# returns a dataframe of
echoWaterGetMeta()
#> # A tibble: 380 × 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 CWP_COUNTY                VARCHAR2 100        10       CWPCounty  County in …
#> # ℹ 370 more rows
# }