form3split: inverse function of form3join

Description Usage Arguments Details Value See Also Examples

View source: R/rbsa1.code.r

Description

returns a vector character of the names from a character string generated by form3join.

Usage

1
2
3
4
5
 
  form3split(cara,none="-.-",
             OPA="{",CPA="}",
             opa="(",cpa=")",sep="+",
             monitor=rbsa0$monitor$v) 

Arguments

cara

Character to be considered.

none

idem as in form3join.

OPA

idem as in form3join.

CPA

idem as in form3join.

opa

idem as in form3join.

cpa

idem as in form3join.

sep

idem as in form3join.

monitor

List of monitoring constants, see rbsa0$monitor$v to know its structure.

Details

Of course, it is implicitely supposed that the inversion is unambiguous.
The syntax (consistent use of the parentheses and separators) is checked: an error is issued when not correct. The possible \n added by form3join is taken into account and removed. For the moment, sep cannot be an empty string.

Value

A character vector

See Also

form3join

Examples

1
2
3
 
  uu <- form3join(letters[1:4]); 
  form3split(uu); 

rbsa documentation built on May 2, 2019, 6:07 p.m.