latex.paste: Create a string comprised of each element in the vector with...

View source: R/latex.R

latex.pasteR Documentation

Create a string comprised of each element in the vector with an ampersand in between

Description

Create a string comprised of each element in the vector with an ampersand in between

Usage

latex.paste(vec)

Arguments

vec

A vector of strings

Value

A string comprised of each element in the vector with an ampersand in between. The string will have one leading and one trailing space

Examples

latex.paste(c("a", "b", "c"))

pbs-assess/gfutilities documentation built on Sept. 18, 2023, 7:57 a.m.