Learn R Programming

editbl (version 1.3.0)

canXXXRowTemplate: Re-usable documentation

Description

Re-usable documentation

Usage

canXXXRowTemplate(canEditRow, canCloneRow, canDeleteRow)

Arguments

canEditRow

can be either of the following:

  • logical, e.g. TRUE or FALSE

  • function. Needs as input an argument row which accepts a single row tibble and as output TRUE/FALSE.

canCloneRow

can be either of the following:

  • logical, e.g. TRUE or FALSE

  • function. Needs as input an argument row which accepts a single row tibble and as output TRUE/FALSE.

canDeleteRow

can be either of the following:

  • logical, e.g. TRUE or FALSE

  • function. Needs as input an argument row which accepts a single row tibble and as output TRUE/FALSE.