| openxlsx_options | R Documentation |
See and get the openxlsx options
op.openxlsx
openxlsx_getOp(x, default = NULL)
openxlsx_setOp(x, value)
x |
An option name ( |
default |
A default value if |
value |
The new value for the option (optional if x is a named list) |
An object of class list of length 34.
openxlsx_getOp() retrieves the "openxlsx" options found in
op.openxlsx. If none are set (currently NULL) retrieves the
default option from op.openxlsx. This will also check that the
intended option is a standard option (listed in op.openxlsx) and
will provide a warning otherwise.
openxlsx_setOp() is a safer way to set an option as it will first
check that the option is a standard option (as above) before setting.
openxlsx_getOp("borders")
op.openxlsx[["openxlsx.borders"]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.