Description Usage Arguments Value Examples
View source: R/f0.rbsb1.code.r
d must be a list with \$typ and \$blo components (see easyp3cut for the details)
1 | easyp3stickback(d, pth=matrix(c("(", "{", "[", ")", "}", "]"), 3))
|
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. |
A character(1) of the reconstituted easyprograming
1 2 3 | rbsb3k("RESET"); # for R checking compliance (useless)
uu <- easyp3cut("abs({Y})*[A]^(B)");
easyp3stickback(uu);
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.