Skip to contents

Workspaces…open, read, create, copy, save

Functions to open an existing JDemetra+ workspace, computing allows to retrieve results generated from specifications and raw data

jws_new() jws_sap_new()
Create a Workspace or SA-Processing
jws_open()
Open an existing 'JDemetra+' Workspace
jws_compute()
Compute a Workspace
read_sap() jread_sap() read_workspace() jread_workspace()
Read all SA-Items from a Workspace or SA-Processing
jsap_refresh() jws_refresh()
Refresh a Workspace or SA-Processing
set_context()
Set Context of a Workspace
jsap_make_copy() jws_make_copy()
Copy a Workspace or SA-Processing
save_workspace()
Save Workspace

Workspaces…get information

Functions to get information on workspaces

check_information()
Check existing JD+ object
sap_sai_count() ws_sap_count()
Count SA-Processings or SA-Items
get_context()
Get Context from Workspace

Update Path to Raw data

Functions to update path to raw data for a workspace, a SA-Processing or SA-Item

spreadsheet_update_path()
Update the path to a spreadsheet specified in a workspace
txt_update_path()
Update the path to a csv/txt file specified in a workspace

SA-Processings

Functions to create, read SA-Processings and wrangle SA-Items (add, remove…)

jsap_sai() jws_sap()
Extract a SA-Processing or a SA-Item
jws_new() jws_sap_new()
Create a Workspace or SA-Processing
jsap_make_copy() jws_make_copy()
Copy a Workspace or SA-Processing
add_sa_item()
Add a SA-item to a SAProcessing
replace_sa_item() remove_sa_item() remove_all_sa_item() transfer_series()
Replace or Remove a SA-item
sap_name() sap_sai_names()
Get the name of a SAProcessing or a Sa-item
read_sap() jread_sap() read_workspace() jread_workspace()
Read all SA-Items from a Workspace or SA-Processing
jsap_refresh() jws_refresh()
Refresh a Workspace or SA-Processing
sap_sai_count() ws_sap_count()
Count SA-Processings or SA-Items

SA-Items

Functions to extract, read SA-Items and set specifications

jsap_sai() jws_sap()
Extract a SA-Processing or a SA-Item
read_sai() .jsai_results() .jsai_jresults()
Read an SA-item
set_specification() set_domain_specification()
Set Specification or Raw Data in a SaItem

SA-Items…metadata

Functions to get and set metadata from an SA-Item

.jsai_metadata() .jsai_ts_metadata()
Extract Java Metadata
set_comment() get_comment()
Get/Set SaItem Comment
set_name()
Set the name associated to a SaItem Comment
set_priority() get_priority()
Get/Set SaItem Priority
set_raw_data() get_raw_data()
Get/Set the Raw Data in a SA-item
set_ts() get_ts()
Get/Set the time series of a SaItem
set_ts_metadata() put_ts_metadata()
Set Time Series Metadata of a SaItem

Calendars and regressors

Functions to add calendars and regressors (variables) to a workspace

add_calendar()
Add a Calendar to a Workspace
add_variable()
Add Variable to Workspace
read_calendars()
Read a Calendar file
read_variables()
Read auxiliary variables (regressors) file
write_calendars()
Write a Calendar file
write_variables()
Write auxiliary variables (regressors) file

Specification Files

Functions to read/write specification files

x13_read_spec()
Read a X13 specification file
x13_write_spec()
Write a X13 specification file
regarima_read_spec()
Read a Reg-Arima specification file
regarima_write_spec()
Write a Reg-Arima specification file
tramoseats_read_spec()
Read a Tramo-Seats specification file
tramoseats_write_spec()
Write a Tramo-Seats specification file
tramo_read_spec()
Read a Tramo specification file
tramo_write_spec()
Write a Tramo specification file

Deprecated functions

Use new version