Hi @sokole ,
I am trying to update neondivdata and came through this error message for the fish data.
Error in `dplyr::left_join()`:
! Join columns in `x` must be present in the data.
✖ Problem with `reachID`.
It is likely from this line
|
by = c("reachID", "siteID"), |
You probably can reproduce the error with the code below:
ecocomDP::read_data(
id = "neon.ecocomdp.20107.001.001",
neon.data.save.dir = "~/Downloads",
token = Sys.getenv("NEON_TOKEN"),
check.size = FALSE)
Did NEON recently changed the fish data structure? Can you fix it?
Thanks!
Hi @sokole ,
I am trying to update
neondivdataand came through this error message for the fish data.It is likely from this line
ecocomDP/R/map_neon.ecocomdp.20107.001.001.R
Line 66 in 7cd8ff5
You probably can reproduce the error with the code below:
Did NEON recently changed the fish data structure? Can you fix it?
Thanks!