Description Usage Arguments Details Value Author(s) See Also Examples
Create an Border object, useful when working with cell styles.
1 2 3 |
x |
An Border object, as returned by |
color |
a character vector specifiying the font color. Any color names
as returned by |
position |
a character vector specifying the border position. Valid values are "BOTTOM", "LEFT", "TOP", "RIGHT". |
pen |
a character vector specifying the pen style. Valid values come
from constant |
The values for the color, position, or pen arguments are replicated to the longest of them.
Border
returns a list with components from the input
argument, and a class attribute "Border". Border objects are used when
constructing cell styles.
is.Border
returns TRUE
if the argument is of class "Border"
and FALSE
otherwise.
Adrian Dragulescu
CellStyle
for using the a Border
object.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.