Skip to content

Commit

Permalink
export readSDMX
Browse files Browse the repository at this point in the history
  • Loading branch information
aboddie committed Dec 16, 2024
1 parent 0509480 commit 4e95e4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ S3method(as.data.frame,SDMXStructureSpecificData)
S3method(as.data.frame,SDMXStructureSpecificTimeSeriesData)
S3method(as.data.frame,SDMXUtilityData)
export(getStructureType)
export(readSDMX)
export(rsdmxLogger)
import(R6)
import(XML)
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 4e95e4a

Please sign in to comment.