View source: R/get_closed_facilities.R
get_closed_facilities | R Documentation |
Closed facilities from TEMPO
get_closed_facilities(
start_year = 2013,
end_year = as.numeric(substring(Sys.Date(), 1, 4))
)
start_year |
The start year to look for permit terminations. Default = 2010. |
end_year |
The end year to look for terminations. Default = Sys.Date(). |
# All receptors
closed_facilities <- get_closed_facilities()
#For non-default year
closed_facilities <- get_closed_facilities(year = 2025)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.