cell_history: Get the history of a cell

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

cell_historyR Documentation

Get the history of a cell

Description

Get the history of a cell

Usage

cell_history(sheet_name, rowId, columnId)

Arguments

sheet_name

The name of the sheet with your cell

rowId

The ID of the row with your cell. You can find this by right-clicking the row and selecting Properties

columnId

The ID of the column with your row. Can be found with [get_sheet_column_info()].

Value

returns a tibble with the cell's history


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