x13_read_spec | R Documentation |
The specification file is a xml file like the one JDemetra+ would write when defining a specification in the Graphical User Interface.
x13_read_spec(file)
file |
xml format, |
list
file <- system.file("workspaces", "workspace_test","X13Spec","X13Spec-1.xml", package = "rjd3workspace")
my_spec<-x13_read_spec(file)
class(my_spec)
str(my_spec)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.