Description Usage Arguments Value
Perform xglue operation on a template text
1 2 3 4 5 6 7 8 9 10 11 12 13 | xglue(
txt,
envir = parent.frame(),
open = "{",
close = "}",
pre.open = "<<",
pre.close = ">>",
block.open = "#<",
block.close = "#>",
enclos = parent.frame(),
newline = "<<newline>>",
just.pre = FALSE
)
|
txt |
The template text on which xglue operations shall be performed |
envir |
Environment or list that contains objects whose value is spliced in. By default the environment from which xglue is called. |
open |
the opening string of glue whiskers |
close |
the closing string of glue whiskers |
pre.open |
the opening string of glue whiskers when pre compiling pre blocks |
pre.close |
the closing string of glue whiskers when pre compiling pre blocks |
block.open |
start of a block's header line, by default "#<" |
block.close |
start of a block's trailer line by default "#>". |
enclos |
If envir is a list the enclosing environment. |
just.pre |
Just compile the pre blocks and return the resulting template. |
The glued text as a single character
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.