set_style_path: Set style sheet path

Description Usage Arguments Examples

Description

Set the path to the style sheet to be used by package. To get this path see get_style_path. Default cell formats used by xltabr is here. If no path is supplied the function sets the style sheet to default.

Usage

1

Arguments

path

the file path to the style sheet path (xlsx file). If NULL the function sets the cell format to the default option.

Examples

1
2
my_file_path <- system.file("extdata", "styles.xlsx", package = "xltabr")
set_style_path(my_file_path)

moj-analytical-services/xltabr documentation built on May 9, 2019, 9:59 p.m.