colorize_sheet: Colorize Smartsheet

View source: R/Smartsheet-R-sdk.R

colorize_sheetR Documentation

Colorize Smartsheet

Description

For a sheet with a column HEX_COLOR that sheet will be updated (via a full replacement) so that those row have those colors and then the HEX_COLOR column will be removed

Usage

colorize_sheet(sheet_name, clean_hex_col = TRUE, batch_size = 5000)

Arguments

sheet_name

the target Smartsheet's exact sheet name

clean_hex_col

defaults to TRUE and removes HEX_COLOR column when complete

Value

returns nothing

Examples

## Not run: 
colorize_sheet("sheet_name")

## End(Not run)

elias-jhsph/rsmartsheet documentation built on April 27, 2024, 3:14 p.m.