global_settings_set {saros} | R Documentation |
Get Global Options for saros-functions
Description
Get Global Options for saros-functions
Usage
global_settings_set(
new,
fn_name = "makeme",
quiet = FALSE,
null_deletes = FALSE
)
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 in new
become NULL elements in the option. Otherwise, the corresponding element,
if present, is deleted from the option.
|
Value
Invisibly returned list of old and new values.
Examples
global_settings_set(new=list(digits=2))
[Package
saros version 1.2.0
Index]