%<s% | R Documentation |
String interpolation using bquote
-stype .() notation. Pure R, no C/C++ code called.
str %<s% envir
str |
charater string to be substituted into |
envir |
environemnt to look for values |
See also https://CRAN.R-project.org/package=R.utils, https://CRAN.R-project.org/package=rprintf, and https://CRAN.R-project.org/package=glue.
modified strings
strsplit_capture
, si
"x is .(x)" %<s% list(x = 7)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.