View source: R/openxlsx-functions.R
r2 | R Documentation |
Create Excel secondary row style. Depends on the openxlsx
package. All arguments have default values and are optional to allow parameters to be modified.
r2(
fill = "#F6F4F4",
color = "#363635",
font = "Arial",
size = 10,
h = "center",
v = "center",
border = "TopBottomLeftRight",
...
)
fill |
Secondary row foreground fill. |
color |
Secondary row font color. |
font |
Secondary row font name. |
size |
Secondary row font size. |
h |
Horizontal alignment of secondary row contents. |
v |
Vertical alignment of secondary row contents. |
border |
Secondary row cell border. |
... |
Other arguments to be passed to |
openxlsx
style object.
Ayush Noori
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.