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