Skip to contents

Save, load, edit, or remove IDEEA global options

Usage

ideea_global_options(edit = FALSE, load = !edit, remove = FALSE)

Arguments

edit

logical, if TRUE open the file in the IDE or default text editor

load

logical, if TRUE load the global options from the file

remove

logical, if TRUE remove the global options file

Value

on the first run creates file in '~/.ideea.R' with commented settings and opens the file for editing. On the second run, sources the file to load the settings. Returns TRUE invisibly if successful, or FALSE if not. The function is called with the loading of IDEEA package and sources the '~/.ideea.R' file if previously created.