Determine if a row can be cloned
evalCanCloneRow(row, canCloneRow = TRUE, statusCol = "_editbl_status")
boolean
tibble
, single row.
function
with argument 'row' defining logic on wether or
not the row can be cloned. Can also be logical
TRUE or FALSE.
character(1)
name of column with general status (e.g. modified or not).
Saar Junius
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.