author_list: Getting authors list from author vectors

View source: R/OEIS_bibtex.R

author_listR Documentation

Getting authors list from author vectors

Description

Getting authors list from author vectors

Usage

author_list(x)

Arguments

x

A character list with sequence authors

Value

A character with the author list properly joined with commas and the conjunction "and"

Examples

author_test <- c("first author", "second author", "last author")
author_test2 <- c("first author", "second author")
author_list(author_test)
author_list(author_test2)

EnriquePH/OEIS.R documentation built on March 15, 2023, 8:01 a.m.