aut <- Plume$new(
tibble::tibble(
given_name = "X",
family_name = "Y",
affiliation = 1:60
),
symbols = plm_symbols(affiliation = sequential(letters))
)
aut$get_affiliations(sep = ": ", superscript = FALSE)
Run the code above in your browser using DataLab