get-specification: Get Specification in a Sa-Item

get-specificationR Documentation

Get Specification in a Sa-Item

Description

get_estimation_specification() extract the estimation specification, get_reference_specification() reference specification, , get_result_specification() result specification

Usage

get_reference_specification(jsai)

get_estimation_specification(jsai)

get_result_specification(jsai)

Arguments

jsai

Java SA-item object.

Value

the requested specification

References

More information on different types of specifications in JDemetra+ documentation: https://doc.jdemetra.org/t-gui-sa-modelling-features#Spec-Def-App

Examples



# Load a Workspace to modify
file <- system.file("workspaces", "workspace_test.xml", package = "rjd3workspace")

jws <- jws_open(file)

# Select SAProcessing with the target SA-item
jsap1 <- jws_sap(jws, 1)
jsai1 <- jsap_sai(jsap1, 1)

# Get the reference specification in targeted SA-item
get_reference_specification(jsai1)

# Get the estimation specification in targeted SA-item
get_estimation_specification(jsai1)

# Get the result specification in targeted SA-item
get_result_specification(jsai1)



rjd3workspace documentation built on July 17, 2026, 9:07 a.m.