Skip to content

neonOS::removeDups perplexing error #5

Description

@znickerson8

Getting the following error:

Error in neonOS::removeDups(data = apc_taxonomyRaw, variables = variables_20072, :
Input data appear to be the basic download package. The expanded data package is required for removeDups() to identify all duplicates correctly.

Even though we are downloading the expanded download package

Reproducible code:

# Set date variables
startDate_checked = "2021-07"
endDate_checked = "2021-07"
# Load portal data
apc_allTabs <- loadByProduct(
  dpID='DP1.20072.001',
  check.size=F, 
  site = "all",
  package='expanded',
  startdate = startDate_checked,
  enddate = endDate_checked,
  token = Sys.getenv('NEON_PAT')) 
list2env(apc_allTabs, envir=.GlobalEnv)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions