| StatusSetterPlume {plume} | R Documentation |
StatusSetterPlume class
Description
Internal class extending StatusSetter for Plume.
Super classes
plume::NameHandler -> plume::PlumeHandler -> plume::StatusSetter -> StatusSetterPlume
Methods
Public methods
Inherited methods
Method set_main_contributors()
Force one or more contributors' names to appear first in the contribution list.
Usage
StatusSetterPlume$set_main_contributors(..., .roles = NULL, .by)
Arguments
...One or more unquoted expressions separated by commas. Expressions matching values in the column defined by
by/.bydetermine main contributors. Expressions can be named after any role to set different main contributors to different roles at once, in which case the.rolesparameter only applies roles that are not already set to unnamed expressions. Matching of values is case-insensitive..rolesRoles to assign main contributors to. If
.rolesis a named vector, only the names will be used..byVariable used to specify which authors are main contributors. By default, uses authors' id.
Returns
The class instance.
Method clone()
The objects of this class are cloneable with this method.
Usage
StatusSetterPlume$clone(deep = FALSE)
Arguments
deepWhether to make a deep clone.