Skip to content

chore: improve error when specifying no fields #248

@JosiahParry

Description

@JosiahParry

repro from test that used to work:

  furl <- paste0(
    "https://services.arcgis.com/P3ePLMYs2RVChkJx/arcgis/rest/services/",
    "USA_Wetlands/FeatureServer/1"
  )

  flayer <- arc_open(furl)
expect_no_error(arc_select(flayer, fields = "", n_max = 100))

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions