Learn R Programming

plume (version 0.3.0)

plm_symbols: Set symbols for Plume

Description

Set the symbols used in a Plume object.

Usage

plm_symbols(
  affiliation = NULL,
  corresponding = "*",
  note = c("†", "‡", "§", "¶", "#", "**")
)

Value

A named list.

Arguments

affiliation, corresponding, note

Character vectors of symbols to use, or NULL to use numerals.

Examples

Run this code
aut <- Plume$new(
  encyclopedists,
  symbols = plm_symbols(affiliation = letters)
)
aut$get_author_list("^a^")

Run the code above in your browser using DataLab