SDCOE table function

sdcoe_table(df, width = 1, even_body = "white", odd_body = "lightgrey")

Arguments

df

The data frame to be put into the table

width

The width of the table. Default is 1

even_body

The background color of the even rows. Default is "lightgrey"

odd_body

The background color of the odd rows. Default is "white"

Value

A table theme