Learn R Programming

editbl (version 1.3.0)

evalCanCloneRow: Determine if a row can be cloned

Description

Determine if a row can be cloned

Usage

evalCanCloneRow(row, canCloneRow = TRUE, statusCol = "_editbl_status")

Value

boolean

Arguments

row

tibble, single row.

canCloneRow

function with argument 'row' defining logic on wether or not the row can be cloned. Can also be logical TRUE or FALSE.

statusCol

character(1) name of column with general status (e.g. modified or not).

Author

Saar Junius

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.