make_copy | R Documentation |
Copy a Workspace or SA-Processing
jsap_make_copy(jsap)
jws_make_copy(jws)
jws , jsap |
Java Workspace or SA-Processing |
The copy of a SA-processing will be made in the same workspace. The modelling context of the workspace is also copied.
Returns a java object workspace or SA-Processing
More information on workspaces in JDemetra+ Graphical User Interface: https://jdemetra-new-documentation.netlify.app/t-gui-sa-modelling-features/
read_workspace
, read_sap
# Create an empty 'JDemetra+' Workspace
jws <- jws_new()
# Add an empty SA-Processing
jsap <- jws_sap_new(jws, "sap1")
# Make a copy of the workspace
jws2 <- jws_make_copy(jws)
# Make a copy of sap1 in jws2
jsap2 <- jsap_make_copy(jsap)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.