View source: R/utility-functions.R
export_ISA_settings | R Documentation |
This function allows exporting the currently set dynamic
vars in json format so it can be quickly imported later. Dynamic
variables need to be properly set via the setter functions before calling
the function. For more details, refer to the dedicated vignette
vignette("workflow_start", package="ISAnalytics")
.
export_ISA_settings(folder, setting_profile_name)
folder |
The path to the folder where the file should be saved. If the folder doesn't exist, it gets created automatically |
setting_profile_name |
A name for the settings profile |
NULL
Other Utilities:
as_sparse_matrix()
,
comparison_matrix()
,
enable_progress_bars()
,
generate_Vispa2_launch_AF()
,
generate_blank_association_file()
,
generate_default_folder_structure()
,
import_ISA_settings()
,
separate_quant_matrices()
,
transform_columns()
tmp_folder <- tempdir()
export_ISA_settings(tmp_folder, "DEFAULT")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.