Skip to content

Commit

Permalink
Merge pull request #512 from weecology/plant-winter-2023
Browse files Browse the repository at this point in the history
add winter 2023 plant census data [minor]
  • Loading branch information
gmyenni authored Oct 23, 2023
2 parents bb6658d + ae1458e commit 26fc5d7
Show file tree
Hide file tree
Showing 3 changed files with 1,179 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DataCleaningScripts/clean_plant_quadrat_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ source('DataCleaningScripts/plant_data_cleaning_functions.R')
# 1. Load Excel file #
######################

season <- 'Summer'
year <- '2022'
season <- 'Winter'
year <- '2023'
filepath <- 'D:\\Dropbox\\Portal\\PORTAL_primary_data\\Plant\\Quadrats\\Dataraw\\Newdata\\'

newfile <- paste(filepath, season, year, '.xlsx', sep='')
Expand Down
1 change: 1 addition & 0 deletions Plants/Portal_plant_census_dates.csv
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,4 @@ year,season,censusdone,start_month,start_day,end_month,end_day
2021,summer,yes,8,26,8,28
2022,winter,yes,4,5,4,7
2022,summer,yes,8,31,9,4
2023,winter,yes,3,21,3,23
Loading

0 comments on commit 26fc5d7

Please sign in to comment.