ReporteRs (version 0.8.2)

chprop.borderProperties: Modify border formatting properties

Description

Modify an object of class borderProperties.

Usage

# S3 method for 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

a borderProperties object

See Also

borderProperties

Examples

Run this code
# NOT RUN {
x = borderProperties()
chprop(x, color="orange", style="dashed", width=1)
chprop(x, width=5)
# }

Run the code above in your browser using DataCamp Workspace