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 if JD+ object exists
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 raw data in a workspace (spreadsheet)
txt_update_path()
Update the path to raw data in a workspace (txt/csv file)

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()
Replace or Remove a SA-item
transfer_sa_item()
Copy & paste SA-items from one SA-Processing to another
sai_name() sap_name() sap_sai_names()
Get the name of a SAProcessing or one (or all) 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()
Read an SA-item
.jsai_results() .jsai_jresults()
Extract results from a SA-item
set_specification() set_domain_specification()
Set Specification in a Sa-Item

SA-Items: metadata

Functions to get and set metadata from an SA-Item

get_metadata() get_ts_metadata()
Extract Metadata from a SA-Item
set_comment() get_comment()
Get/Set Comment from a SA-item
set_name()
Set the name of a SA-item
set_priority() get_priority()
Get/Set SA-item Priority
set_raw_data() get_raw_data()
Get/Set Raw Data in a SA-item
set_ts() get_ts()
Get/Set the (JDemetra+) time series of a SA-item
set_ts_metadata() put_ts_metadata()
Set (JDemetra+) Time Series Metadata of a SA-item

Calendars and regressors

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

add_calendar()
Add a Calendar to a Workspace
add_variables()
Add a Variable to a JD+ Workspace
read_calendars()
Read a Calendar file
read_variables()
Read auxiliary regressors file
write_calendars()
Write a Calendar file
write_variables()
Write 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