| get-specification | R Documentation |
get_estimation_specification() extract the estimation specification,
get_reference_specification() reference specification, ,
get_result_specification() result specification
get_reference_specification(jsai)
get_estimation_specification(jsai)
get_result_specification(jsai)
jsai |
Java SA-item object. |
the requested specification
More information on different types of specifications in JDemetra+ documentation: https://doc.jdemetra.org/t-gui-sa-modelling-features#Spec-Def-App
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.