Skip to content

Commit b289c0f

Browse files
committed
Update Docs
1 parent 63a7e9b commit b289c0f

4 files changed

+4
-4
lines changed

R/SDMXRequestParams-methods.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#' @usage
66
#' SDMXRequestParams(regUrl, repoUrl, accessKey,
77
#' providerId, agencyId, resource, resourceId, version,
8-
#' flowRef, key, start, end, compliant)
8+
#' flowRef, key, start, end, references = NULL, compliant)
99
#'
1010
#' @param regUrl an object of class "character" giving the base Url of the SDMX service registry
1111
#' @param repoUrl an object of class "character" giving the base Url of the SDMX service repository

R/readSDMX.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#' provider = NULL, providerId = NULL, providerKey = NULL,
88
#' agencyId = NULL, resource = NULL, resourceId = NULL, version = NULL,
99
#' flowRef = NULL, key = NULL, key.mode = "R", start = NULL, end = NULL, dsd = FALSE,
10-
#' headers = list(), validate = FALSE,
10+
#' headers = list(), validate = FALSE, references = NULL,
1111
#' verbose = !is.null(logger), logger = "INFO", ...)
1212
#'
1313
#' @param file path to SDMX-ML document that needs to be parsed

man/SDMXRequestParams.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/readSDMX.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)