"chprop"(object, value, i, j, to = "body", side = "top", ...)
FlexTable
objecttextProperties
, parProperties
,
borderProperties
, cellProperties
)value
, must be one of the following
values “body” (default) or “header” or “footer”borderProperties
, specify on which side to
apply the properties. It must be one of “bottom”, “top”, “left”, “right”.my_ft <- vanilla.table( head( iris, n = 5 ) )
my_ft <- chprop( my_ft, textBoldItalic(), i = 1, to = "header" )
my_ft <- chprop( my_ft, parCenter(), j = 5 )
my_ft <- chprop( my_ft, borderSolid(color = "red"), i = 5, side = "bottom" )
Run the code above in your browser using DataLab