Skip to content

NEON fish data issue #156

@daijiang

Description

@daijiang

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions