View source: R/get_formatting.R
get_formatting | R Documentation |
Extracts formatting information from a spreadsheet.
get_formatting(xlfilepath, sheet = NULL)
xlfilepath |
A character string specifying the path to the 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 data frame or list with parsed formatting information.
example_file <- system.file("extdata/rodentsheet.xlsx", package = "forgts")
get_formatting(example_file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.