saveSDMX | R Documentation |
saveSDMX
is the function to save R SDMX object
saveSDMX(sdmxObj, file)
sdmxObj |
an object of class |
file |
a connection or the name of the file where the R object is saved to |
Emmanuel Blondel, emmanuel.blondel1@gmail.com
sdmx <- system.file("extdata","Example_Eurostat_2.0.xml", package="rsdmx")
saveSDMX(sdmx, "sdmx.rda")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.