Skip to contents

This function creates a table in Cardea's style. In order to use it, you have to give the function a name for each table. This is because, behind the scenes, the function actually saves each table as an image and a Word document in the tables folder, and both must have a unique file name when they are saved.

Usage

cardea_table(df, header_color = cardea_colors("Teal"), table_name)

Arguments

df

The data frame to be put into the table

header_color

The color of the header background (teal by default)

table_name

The name of the table

Value