evalCanCloneRow {editbl} | R Documentation |
Determine if a row can be cloned
Description
Determine if a row can be cloned
Usage
evalCanCloneRow(row, canCloneRow = TRUE, statusCol = "_editbl_status")
Arguments
row |
|
canCloneRow |
|
statusCol |
|
Details
calling this around the user passed on function ensures that newly inserted rows are being excempt from the logic. Moreover, the output of the function can be checked.
Value
boolean
Author(s)
Saar Junius
[Package editbl version 1.3.0 Index]