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,
dotted_initials,
family_name_first = FALSE,
distinct_initials = FALSE,
interword_spacing = TRUE
)
print()PlumeHandler$print()
A tibble.
A tibble.
roles()Get the roles used in a plume object.
PlumeHandler$roles()A character vector.
A character vector.
clone()The objects of this class are cloneable with this method.
PlumeHandler$clone(deep = FALSE)deepWhether to make a deep clone.