Skip to contents

Download EPA ECHO emissions inventory report data

Usage

echoGetCAAPR(p_id, verbose = FALSE, ...)

Arguments

p_id

character string specify the identifier for the service. Required.

verbose

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

...

Additional arguments

Value

dataframe

Examples

# \donttest{
## This example requires an internet connection to run

echoGetCAAPR(p_id = '110000350174')
#> # A tibble: 590 × 15
#>    Name       SourceID Street City  State Zip   County Region Latitude Longitude
#>    <chr>      <chr>    <chr>  <chr> <chr> <chr> <chr>  <chr>     <dbl>     <dbl>
#>  1 DUKE ENER… 1100003… 801 S… WILM… NC    28401 NEW H… 04         34.3     -78.0
#>  2 DUKE ENER… 1100003… 801 S… WILM… NC    28401 NEW H… 04         34.3     -78.0
#>  3 DUKE ENER… 1100003… 801 S… WILM… NC    28401 NEW H… 04         34.3     -78.0
#>  4 DUKE ENER… 1100003… 801 S… WILM… NC    28401 NEW H… 04         34.3     -78.0
#>  5 DUKE ENER… 1100003… 801 S… WILM… NC    28401 NEW H… 04         34.3     -78.0
#>  6 DUKE ENER… 1100003… 801 S… WILM… NC    28401 NEW H… 04         34.3     -78.0
#>  7 DUKE ENER… 1100003… 801 S… WILM… NC    28401 NEW H… 04         34.3     -78.0
#>  8 DUKE ENER… 1100003… 801 S… WILM… NC    28401 NEW H… 04         34.3     -78.0
#>  9 DUKE ENER… 1100003… 801 S… WILM… NC    28401 NEW H… 04         34.3     -78.0
#> 10 DUKE ENER… 1100003… 801 S… WILM… NC    28401 NEW H… 04         34.3     -78.0
#> # ℹ 580 more rows
#> # ℹ 5 more variables: Pollutant <fct>, UnitsOfMeasure <fct>, Program <fct>,
#> #   Year <int>, Discharge <dbl>
# }