formatted_authors: Formatting authors

Description Usage Arguments Details Value Author(s)

View source: R/mill.R

Description

This function gets a unique list of authors and sorts them alphabetically. I assume this should actually be solved as a print method and format method for an authors class object.

Usage

1
formatted_authors(x, format = c("name", "email"))

Arguments

x

A report object

format

The format of the author list you want

Details

We also have a lexigraphical sort problem in this function that is solved with a hack that might have a better cross platform solution.

Value

A unique sorted list of authors

Author(s)

Thomas Rosendal


SVA-SE/mill documentation built on June 21, 2020, 4:09 a.m.