ReporteRs (version 0.7.8)

chprop.borderProperties: Modify border formatting properties

Description

Modify an object of class borderProperties.

Usage

## S3 method for class 'borderProperties':
chprop(object, color, style, width, ...)

Arguments

object
borderProperties object to modify
color
border color - single character value (e.g. "#000000" or "black")
style
border style - single character value : "none" or "solid" or "dotted" or "dashed"
width
border width - an integer value : 0>= value
...
further arguments - not used

Value

See Also

borderProperties

Examples

Run this code
x = borderProperties()
chprop(x, color="orange", style="dashed", width=1)
chprop(x, width=5)

Run the code above in your browser using DataCamp Workspace