PlumeHandler {plume} | R Documentation |
Internal class processing and shaping tabular data into a
plume
object.
plume::NameHandler
-> PlumeHandler
new()
PlumeHandler$new( data, names, roles, credit_roles, initials_given_name, family_name_first = FALSE, interword_spacing = TRUE )
print()
PlumeHandler$print()
get_plume()
PlumeHandler$get_plume()
get_roles()
PlumeHandler$get_roles()
clone()
The objects of this class are cloneable with this method.
PlumeHandler$clone(deep = FALSE)
deep
Whether to make a deep clone.