forgts | R Documentation |
Wrapper. Reads a spreadsheet file including most formatting information and creates a formatted gt table with the same data and formatting.
forgts(file, sheet = NULL)
file |
Path to a spreadsheet. |
sheet |
A character string with the name of a sheet within a workbook, or an integer with the position of the sheet. Defaults to the first sheet if left unspecified. |
A great table!
example_spreadsheet <- system.file("extdata/rodentsheet.xlsx", package = "forgts")
forgts(example_spreadsheet)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.