Apply the author method to a model module slot
Source:R/grp_generics.R
, R/mthd_authorSlot.R
authorSlot-methods.Rd
authorSlot() is a convenience method that applies the author method to a specified slot of a model module.
authorSlot method applied to Ready4Module
Usage
authorSlot(x, slot_nm_1L_chr, ...)
# S4 method for class 'Ready4Module'
authorSlot(x, slot_nm_1L_chr, ...)
Value
Either a model module (an instance of a class that inherits from Ready4Module) of the same class as that supplied to the method or no value (when called for side effects only).
Either a ready4 model module (an instance of a class that inherits from Ready4Module) of the same class as that supplied to the method or no value (when called for side effects only).