powered by
saveSDMX is the function to save R SDMX object
saveSDMX
saveSDMX(sdmxObj, file)
an object of class SDMX-class to save
SDMX-class
a connection or the name of the file where the R object is saved to
Emmanuel Blondel, emmanuel.blondel1@gmail.com
# \donttest{ sdmx <- system.file("extdata","Example_Eurostat_2.0.xml", package="rsdmx") sf <- tempfile(fileext = ".rda") saveSDMX(sdmx, sf) # }
Run the code above in your browser using DataLab