Skip to content

Commit

Permalink
Add fix to analyses endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
caldwellst committed Jun 25, 2024
1 parent 1bd060c commit dbf2b49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

* Fixed `type_convert_silent()` to parse `NA` strings as characters, not explicit
missing values.
* Fixed `ipc_get_analyses()` call to properly pass `country` parameter to the API.

# ripc 0.3.0

Expand Down
1 change: 1 addition & 0 deletions R/ipc_get_analyses.R
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ ipc_get_analyses <- function(
return_format = return_format,
pass_format = TRUE,
api_key = api_key,
country = country,
year = year,
type = type
)
Expand Down

0 comments on commit dbf2b49

Please sign in to comment.