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