Skip to content

Commit

Permalink
Update Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aboddie committed Dec 18, 2024
1 parent 63a7e9b commit b289c0f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/SDMXRequestParams-methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#' @usage
#' SDMXRequestParams(regUrl, repoUrl, accessKey,
#' providerId, agencyId, resource, resourceId, version,
#' flowRef, key, start, end, compliant)
#' flowRef, key, start, end, references = NULL, compliant)
#'
#' @param regUrl an object of class "character" giving the base Url of the SDMX service registry
#' @param repoUrl an object of class "character" giving the base Url of the SDMX service repository
Expand Down
2 changes: 1 addition & 1 deletion R/readSDMX.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#' provider = NULL, providerId = NULL, providerKey = NULL,
#' agencyId = NULL, resource = NULL, resourceId = NULL, version = NULL,
#' flowRef = NULL, key = NULL, key.mode = "R", start = NULL, end = NULL, dsd = FALSE,
#' headers = list(), validate = FALSE,
#' headers = list(), validate = FALSE, references = NULL,
#' verbose = !is.null(logger), logger = "INFO", ...)
#'
#' @param file path to SDMX-ML document that needs to be parsed
Expand Down
2 changes: 1 addition & 1 deletion man/SDMXRequestParams.Rd

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

2 changes: 1 addition & 1 deletion man/readSDMX.Rd

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

0 comments on commit b289c0f

Please sign in to comment.