Skip to content

Commit

Permalink
rename piney point entity
Browse files Browse the repository at this point in the history
  • Loading branch information
fawda123 committed May 20, 2024
1 parent 69a6181 commit e820874
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data-raw/facilities.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ipsfac <- read_sas(here('data-raw/ips1721monthentbas.sas7bdat')) |>
mutate(
entity = case_when(
entity == 'Cytech Brewster' ~ 'Brewster Phosphogypsum', # entity is same as facility elsewhere
entity == 'HRK' ~ 'Piney Point Facility', # to match allocation tables
T ~ entity
)
) |>
Expand All @@ -22,7 +23,7 @@ ipsfac <- read_sas(here('data-raw/ips1721monthentbas.sas7bdat')) |>
entity == 'Coronet' ~ 'coronet',
entity == 'Duke Energy' ~ 'duke' ,
entity == 'Estech Agricola' ~ 'estech',
entity == 'HRK' ~ 'hrk',
entity == 'Piney Point Facility' ~ 'pineypoint',
entity == 'Kerry' ~ 'kerry',
entity == 'Kinder Morgan' ~ 'kinder',
entity == 'Lowry Park Zoo' ~ 'lowry',
Expand Down
Binary file modified data/facilities.rda
Binary file not shown.

0 comments on commit e820874

Please sign in to comment.