Skip to content

Commit

Permalink
final commit before cran
Browse files Browse the repository at this point in the history
  • Loading branch information
bocinsky committed Dec 10, 2024
1 parent 63c28c8 commit 652d156
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions R/UTILITY_FUNCTIONS.R
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ if (getRversion() >= "2.15.1") {
"DAY",
"DATE",
"outfile",
"coordinates"
"coordinates",
"id"
))
}

Expand Down Expand Up @@ -621,7 +622,7 @@ agol_filter_httr <-

all_layers <-
httr::GET(url,
query = list(f = "pjson")
query = list(f = "json")
) |>
httr::content(as = "text") |>
jsonlite::fromJSON() |>
Expand Down

0 comments on commit 652d156

Please sign in to comment.