Description Usage Arguments Value Examples
Some functions in spsUtil, spsComps and systempPipeShiny will behave differently if some SPS options are changed, but it is optional. All functions have a default value. If SPS options are not changed, they will just use the default setting. Read help files of individual functions for detail.
1 |
opt |
string, length 1, what option you want to get or set |
value |
if this is not |
.list |
list, set many SPS options together at once by passing a list to this function. |
empty_is_false |
bool, when trying to get an option value, if the
option is |
return the option value if value exists; return FALSE
if the value
is empty, like NULL
, NA
, ""
; return NULL
if empty_is_false = FALSE
;
see notFalsy
If value != NULL
will set the option to this new value, no returns.
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.