Skip to content

Commit 4e95e4a

Browse files
committed
export readSDMX
1 parent 0509480 commit 4e95e4a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ S3method(as.data.frame,SDMXStructureSpecificData)
1515
S3method(as.data.frame,SDMXStructureSpecificTimeSeriesData)
1616
S3method(as.data.frame,SDMXUtilityData)
1717
export(getStructureType)
18+
export(readSDMX)
1819
export(rsdmxLogger)
1920
import(R6)
2021
import(XML)

R/readSDMX.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
#'
132132
#' @author Emmanuel Blondel, \email{emmanuel.blondel1@@gmail.com}
133133
#'
134-
134+
#' @export
135135
readSDMX <- function(file = NULL, isURL = TRUE, isRData = FALSE,
136136
provider = NULL, providerId = NULL, providerKey = NULL,
137137
agencyId = NULL, resource = NULL, resourceId = NULL, version = NULL,

0 commit comments

Comments
 (0)