substitute_row_id: Substitute 'row_id'

View source: R/utilities.R

substitute_row_idR Documentation

Substitute row_id

Description

This function is used to substitute n_row inside of the expression passed into row_id

Usage

substitute_row_id(st, row_id, stack_level = 1, error_handler)

Arguments

st

The StyledTable object

row_id

The passed expression that should be evaluated to the row ids

stack_level

The level number of the environment stack (1: parent.frame, 2: parent.parent.frame))

error_handler

Error handling function. Takes a message string

Value

The evaluated row ids (unbroken numeric vector)


R-package/styledTables documentation built on Feb. 6, 2024, 2:21 a.m.