Get Global Options for saros-functions
Arguments
- new
List of arguments (see
?make_link()
,?makeme()
,fig_height_h_barchart()
)- fn_name
String, one of
"make_link"
,"fig_height_h_barchart"
and"makeme"
.- quiet
Flag. If
FALSE
(default), informs about what has been set.- null_deletes
Flag. If
FALSE
(default),NULL
elements innew
becomeNULL
elements in the option. Otherwise, the corresponding element, if present, is deleted from the option.
Examples
global_settings_set(new=list(digits=2))
#> `options('saros')$makeme_defaults` has now been set.