ISU-Monarchs / HabitatRestoration

R data package containing data from a series of habitat restoration projects running from 2016-2019
0 stars 0 forks source link

tver1a_3 2016 Strange Header #59

Closed sethapp closed 5 years ago

sethapp commented 5 years ago

This survey has a very strange header and I want to make sure the script can account for it. This is how the data was collected.

https://github.com/jarad/ISUmonarch/blob/master/data-raw/nectar/2016/08/12/JaclynA/ver1_tver1a_3.csv

0-20m 20-40m 40-50m 50-70m 70-90m 90-100m

nulloa commented 5 years ago

Looks good to me: image

Here's the code I ran:

library(ISUmonarch)
library(dplyr)
nectar %>% filter(year=="2016" & month=="08" & day=="12" & siteID=="ver1")

Let me know if something looks off.