manage_authors {namedropR} | R Documentation |
Returns a cleaned and cropped string of authors for the visual citation.
manage_authors(authors, max_authors, style = "any")
authors |
Can be a single string or a list of authors. |
max_authors |
Maximum number of authors to be returned from the list. |
style |
Takes the user specified style. Only relevant for "compact" mode. Ignored otherwise. |
A single string with the desired maximum number of authors.