Description Usage Arguments Details Value See Also Examples
String interpolation using bquote
-stype .() notation. Pure R, no C/C++ code called.
1 | envir %s>% str
|
envir |
environemnt to look for values |
str |
charater string to be substituted into |
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
1 | list(x = 7) %s>% "x is .(x)"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.