Skip to content

Commit

Permalink
docs: missing param docs
Browse files Browse the repository at this point in the history
  • Loading branch information
m-muecke committed Dec 10, 2023
1 parent 536adfb commit 9137229
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/wb.R
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ wb_indicator <- function(indicator = "all", page = NULL) {
#'
#' @param indicator character(1) indicator to query.
#' @param country character(1) country to query.
#' @param page integer(1) page number to query. Default is NULL.
#' @export
wb_country_indicator <- function(indicator = "NY.GDP.MKTP.CD",
country = "US",
Expand Down
2 changes: 2 additions & 0 deletions man/wb_country_indicator.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9137229

Please sign in to comment.