saveSDMX: saveSDMX

View source: R/saveSDMX.R

saveSDMXR Documentation

saveSDMX

Description

saveSDMX is the function to save R SDMX object

Usage

saveSDMX(sdmxObj, file)

Arguments

sdmxObj

an object of class SDMX-class to save

file

a connection or the name of the file where the R object is saved to

Author(s)

Emmanuel Blondel, emmanuel.blondel1@gmail.com

Examples

            
 
   sdmx <- system.file("extdata","Example_Eurostat_2.0.xml", package="rsdmx")
   sf <- tempfile(fileext = ".rda")
   saveSDMX(sdmx, sf)
 
 

rsdmx documentation built on April 4, 2025, 4:33 a.m.