form3liste: formats a series of names or whatever

Description Usage Arguments Value Examples

View source: R/f0.rbsb1.code.r

Description

returns a scalar character of the names surrounded by any kind of parenthesis and separated with the same separator.

Usage

1
2
form3liste(vcara, none="-", OPA="{", CPA="}", opa="(", cpa=")", sep="+",
	  imp=FALSE, cr=imp)

Arguments

vcara

Character vector to be considered.

none

The internal result if vcara is length zero. When it is character(0) then the global parenthesis are not given contrary when it is "".

OPA

The opening parenthesis to surround the entire list.

CPA

The closing parenthesis to surround the entire list.

opa

The opening parenthesis to surround each name.

cpa

The closing parenthesis to surround each name.

sep

The symbol to separate each name.

imp

Must the result be printed (with cat) or returned?

cr

Must a line feed be added?

Value

A character string or nothing when imp is TRUE

Examples

1

rbsb documentation built on May 2, 2019, 4:41 p.m.

Related to form3liste in rbsb...