rsdmx (version 0.5-9)

saveSDMX: 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

Examples

Run this code
# NOT RUN {
   # Not run by 'R CMD check'
   # (reliable remote datasource but with possible occasional unavailability)

   #examples using embedded providers
   sdmx <- readSDMX(providerId = "OECD", resource = "data", flowRef = "MIG",
                     key = list("TOT", NULL, NULL), start = 2011, end = 2011)
   saveSDMX(sdmx, "sdmx.rda")
 
# }

Run the code above in your browser using DataCamp Workspace