Skip to content

Commit

Permalink
placholder permit for ips facilities
Browse files Browse the repository at this point in the history
  • Loading branch information
fawda123 committed May 13, 2024
1 parent 381ddca commit 3067e78
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data-raw/facilities.R
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ ipsfac <- read_sas(here('data-raw/ips1721monthentbas.sas7bdat')) |>
facname == 'TECO - Big Bend' ~ 'bigbend',
facname == 'HRK Piney Point' ~ 'pineypoint',
T ~ entityshr
),
mutate(
permit = case_when(
facname == 'busch' ~ 'FL0185833'
)
)
)

Expand Down

0 comments on commit 3067e78

Please sign in to comment.