View source: R/utility-functions.R
import_ISA_settings | R Documentation |
The function allows the import of an existing dynamic vars
profile in json format. This is a quick and convenient way to set up
the workflow, alternative to specifying lookup tables manually through
the corresponding setter functions. For more details,
refer to the dedicated vignette
vignette("workflow_start", package="ISAnalytics")
.
import_ISA_settings(path)
path |
The path to the json file on disk |
NULL
Other Utilities:
as_sparse_matrix()
,
comparison_matrix()
,
enable_progress_bars()
,
export_ISA_settings()
,
generate_Vispa2_launch_AF()
,
generate_blank_association_file()
,
generate_default_folder_structure()
,
separate_quant_matrices()
,
transform_columns()
tmp_folder <- tempdir()
export_ISA_settings(tmp_folder, "DEFAULT")
import_ISA_settings(fs::path(tmp_folder, "DEFAULT_ISAsettings.json"))
reset_dyn_vars_config()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.