Class that defines the Signatures Table Row in the Generic Report
SignaturesTableRow.RdThis R6 class controls one row of the Signatures table that documents the date, version, reason and what changed in the update on the document.
Active bindings
nameActive binding for setting the name of the person who will sign
departmentActive binding for setting the department of the person who signs
dateActive binding for setting the date of sign
Methods
Method new()
Usage
SignaturesTableRow$new(
name = NA_character_,
department = NA_character_,
date = NA_character_
)Arguments
nameString. Name of the person who will sign the document
departmentString. Department of the person who will sign the document
dateString. Date (DD-Mmm-YYYY) when the document will be signed
Examples
str <- SignaturesTableRow$new(
name = 'Harry Styles',
department = 'eCompliance',
date = '15-Feb-2024')