tramoseats_read_spec: Read a Tramo-Seats specification file

View source: R/utils.R

tramoseats_read_specR Documentation

Read a Tramo-Seats specification file

Description

The specification file is a xml file like the one JDemetra+ would write when defining a specification in the Graphical User Interface.

Usage

tramoseats_read_spec(file)

Arguments

file

xml format,

Value

list

Examples


file <- system.file("workspaces", "workspace_test","TramoSeatsSpec","TramoSeatsSpec-1.xml", package = "rjd3workspace")
my_spec<- tramoseats_read_spec(file)
class(my_spec)
str(my_spec)


palatej/rjdemetra3 documentation built on July 16, 2025, 5:41 p.m.