The function saves a dataframe into an excel sheet with a predetermined format.
p2excel(
tabname = "Default",
datastable,
tablename = "Default",
filename = "Default.xlsx"
)a spreadsheet containing an exported tables
a string with the tab's name.
the dataframe that will be exported to Excel.
a string containing the table label and title, which will appear as the first row
the name of the spreadsheet