everyone {plume} | R Documentation |
Selection helpers to use in conjonction with status setter
methods (i.e. methods that assign a status to authors with either TRUE
or FALSE
):
everyone()
select all authors.
everyone_but()
this function was
deprecated as I believe it is not necessary since not more than a couple of
authors should normally be given a particular status.
everyone()
everyone_but(...)
... |
One or more unquoted expressions separated by commas. Expressions
matching values in the column defined by the |
aut <- Plume$new(encyclopedists)
aut$set_corresponding_authors(everyone())
aut$get_plume() |> dplyr::select(1:3, corresponding)