Skip to content

Commit

Permalink
export readSDMX and SDMX request builders
Browse files Browse the repository at this point in the history
  • Loading branch information
aboddie committed Dec 16, 2024
1 parent 0509480 commit 0150c84
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ S3method(as.data.frame,SDMXServiceProviders)
S3method(as.data.frame,SDMXStructureSpecificData)
S3method(as.data.frame,SDMXStructureSpecificTimeSeriesData)
S3method(as.data.frame,SDMXUtilityData)
export(SDMXREST20RequestBuilder)
export(SDMXREST21RequestBuilder)
export(getStructureType)
export(readSDMX)
export(rsdmxLogger)
import(R6)
import(XML)
Expand Down
1 change: 1 addition & 0 deletions R/SDMXREST20RequestBuilder-methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#' regUrl = "http://www.myorg/registry",
#' repoUrl = "http://www.myorg/repository", compliant = FALSE)
#'
#' @export
SDMXREST20RequestBuilder <- function(regUrl, repoUrl, accessKey = NULL, compliant,
unsupportedResources = list(),
skipProviderId = FALSE, forceProviderId = FALSE,
Expand Down
1 change: 1 addition & 0 deletions R/SDMXREST21RequestBuilder-methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#' repoUrl = "http://www.myorg/repository",
#' compliant = TRUE)
#'
#' @export
SDMXREST21RequestBuilder <- function(regUrl, repoUrl, accessKey = NULL, compliant,
unsupportedResources = list(),
skipProviderId = FALSE, forceProviderId = FALSE,
Expand Down
2 changes: 1 addition & 1 deletion R/readSDMX.R
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
#'
#' @author Emmanuel Blondel, \email{emmanuel.blondel1@@gmail.com}
#'

#' @export
readSDMX <- function(file = NULL, isURL = TRUE, isRData = FALSE,
provider = NULL, providerId = NULL, providerKey = NULL,
agencyId = NULL, resource = NULL, resourceId = NULL, version = NULL,
Expand Down

0 comments on commit 0150c84

Please sign in to comment.