
applies background colors to rows of a FlexTable
setRowsColors(object, i, colors)
a FlexTable
object
vector (integer index, row.names values or boolean vector) for rows selection.
background colors to apply (e.g. "#000000" or "black")
# NOT RUN {
MyFTable <- FlexTable( data = mtcars[1:10, ], add.rownames=TRUE )
MyFTable <- setRowsColors( MyFTable, i=1:4, colors = "red" )
# }
Run the code above in your browser using DataLab