Skip to content

Commit

Permalink
Fix problems when setting geo_ids
Browse files Browse the repository at this point in the history
  • Loading branch information
llrs committed Dec 9, 2023
1 parent c88a340 commit 99154fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/esios-indicators.R
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ esios_search_indicators <- function(text = NULL, taxonomy_terms = NULL, taxonomy
#' @examples
#' \donttest{
#' ei10001 <- esios_indicators(10001)
#' ei1700 <- esios_indicators(1700)
#' head(ei10001)
#' }
esios_indicators <- function(indicator, locale = NULL, datetime = NULL,
start_date = NULL, end_date = NULL,
Expand All @@ -81,7 +81,7 @@ esios_indicators <- function(indicator, locale = NULL, datetime = NULL,
time_agg = time_agg,
time_trunc = time_trunc,
geo_agg = geo_agg,
`geo_ids[ ]` = geo_ids,
`geo_ids[]` = geo_ids,
geo_trunc = geo_trunc) |>
req_perform()
resp_body_json(resp)
Expand Down

0 comments on commit 99154fd

Please sign in to comment.