Skip to contents

Internal class extending StatusSetter for PlumeQuarto.

Super classes

plume::NameHandler -> plume::PlumeHandler -> plume::StatusSetter -> StatusSetterPlumeQuarto

Methods

Inherited methods


Method set_cofirst_authors()

Set co-first authors.

Usage

StatusSetterPlumeQuarto$set_cofirst_authors(..., .by = NULL)

Arguments

...

One or more unquoted expressions separated by commas. Expressions matching values in the column defined by by or .by determine co-first authors. Matching of values is case-insensitive and dot-agnostic.

.by

Variable used to specify which authors contributed equally to the work. By default, uses authors' id.

Returns

The class instance.


Method set_equal_contributor()

[Deprecated]

This method has been deprecated in favour of set_cofirst_authors().

Usage

StatusSetterPlumeQuarto$set_equal_contributor(
  ...,
  .by = NULL,
  by = deprecated()
)

Arguments

...

One or more unquoted expressions separated by commas. Expressions matching values in the column defined by by/.by determine equal contributors. Matching of values is case-insensitive.

.by

Variable used to specify which authors are equal contributors. By default, uses authors' id.

by

[Deprecated]

Please use the .by parameter instead.

Returns

The class instance.


Method set_deceased()

Set deceased authors.

Usage

StatusSetterPlumeQuarto$set_deceased(..., .by = NULL, by = deprecated())

Arguments

...

One or more unquoted expressions separated by commas. Expressions matching values in the column defined by by or .by determine deceased authors. Matching of values is case-insensitive and dot-agnostic.

.by

Variable used to specify whether an author is deceased or not. By default, uses authors' id.

by

[Deprecated]

Please use the .by parameter instead.

Returns

The class instance.


Method clone()

The objects of this class are cloneable with this method.

Usage

StatusSetterPlumeQuarto$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.