powered by
Plume
Set the symbols used in a Plume object.
plm_symbols( affiliation = NULL, corresponding = "*", note = c("†", "‡", "§", "¶", "#", "**") )
A named list.
Character vectors of symbols to use, or NULL to use numerals.
NULL
aut <- Plume$new( encyclopedists, symbols = plm_symbols(affiliation = letters) ) aut$get_author_list("^a^")
Run the code above in your browser using DataLab