Skip to content

Commit

Permalink
reproc summaries with fix to restoration data for 157 project to enha…
Browse files Browse the repository at this point in the history
…ncement
  • Loading branch information
fawda123 committed Nov 30, 2023
1 parent 4dba09b commit f04a1f6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions R/dat_proc.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ library(here)
# simple version of all restoration projects --------------------------------------------------

# from https://github.com/tbep-tech/TBEP_Habitat_Restoration
pth <- 'https://raw.githubusercontent.com/tbep-tech/TBEP_Habitat_Restoration/main/Habitat_Restoration_Clean.csv'
pth <- 'https://raw.githubusercontent.com/tbep-tech/TBEP_Habitat_Restoration/main/restoration.csv'

rstdatall <- read.csv(pth, stringsAsFactors = F) %>%
select(
Year = Federal_Fiscal_Year,,
Year = Federal_Fiscal_Year,
Lat = Latitude,
Lon = Longitude,
Primary = PrimaryHabitat,
Expand Down
Binary file modified data/rstdatall.RData
Binary file not shown.
Binary file modified docs/figs/cumulative.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f04a1f6

Please sign in to comment.