easyp3stickback: converse operation of easyp3cut

Description Usage Arguments Value Examples

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

Description

d must be a list with \$typ and \$blo components (see easyp3cut for the details)

Usage

1
easyp3stickback(d, pth=matrix(c("(", "{", "[", ")", "}", "]"), 3))

Arguments

d

d\$typ for the type of components, d\$blo for the content of each component.

pth

character matrix with two columns defining the opening parentheses in the first column and the closing parentheses in the second column.

Value

A character(1) of the reconstituted easyprograming

Examples

1
2
3
 rbsb3k("RESET"); # for R checking compliance (useless)
 uu <- easyp3cut("abs({Y})*[A]^(B)");
 easyp3stickback(uu);

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

Related to easyp3stickback in rbsb...