Description Usage Arguments Details Author(s) Examples
Print a string which has been intepolated with variables
1 2 3 |
... |
text string in which variables are marked with certain rules |
envir |
environment where to look for those variables |
code.pattern |
pattern of marks for the variables |
file |
pass to |
sep |
pass to |
fill |
pass to |
labels |
pass to |
append |
pass to |
cat_prefix |
prefix string. It is prior than |
strwrap |
whether call |
strwrap_param |
parameters sent to |
sep2 |
Separation character when there are multiple templates. |
This function is a shortcut of
1 |
Additionally, you can add global prefix:
1 2 3 | qq.options("cat_prefix" = "[INFO] ")
qq.options("cat_prefix" = function(x) format(Sys.time(), "[%Y-%m-%d %H:%M:%S] "))
qq.options("cat_prefix" = NULL)
|
You can also add local prefix by specifying cat_prefix
in qqcat
.
1 |
Please refer to qq
to find more details.
Zuguang Gu <z.gu@dkfz.de>
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.