arcgislayers icon indicating copy to clipboard operation
arcgislayers copied to clipboard

arc_read() ignores `n_max = Inf`

Open JosiahParry opened this issue 5 months ago • 1 comments

res <- arc_read("https://services.arcgis.com/P3ePLMYs2RVChkJx/arcgis/rest/services/USA_ZIP_Code_Points_analysis/FeatureServer/0", n_max = Inf)

compare this with setting n_max = 1e10

JosiahParry avatar Mar 15 '24 13:03 JosiahParry