get_formatting {forgts}R Documentation

Get Spreadsheet Formatting

Description

Extracts formatting information from a spreadsheet.

Usage

get_formatting(xlfilepath, sheet = NULL)

Arguments

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.

Value

A data frame or list with parsed formatting information.

Examples

example_file <- system.file("extdata/rodentsheet.xlsx", package = "forgts")
get_formatting(example_file)


[Package forgts version 0.0.1 Index]