%<s% {wrapr} | R Documentation |
Dot substitution string interpolation.
Description
String interpolation using bquote
-stype .() notation. Pure R, no C/C++ code called.
Usage
str %<s% envir
Arguments
str |
charater string to be substituted into |
envir |
environemnt to look for values |
Details
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.
Value
modified strings
See Also
Examples
"x is .(x)" %<s% list(x = 7)
[Package wrapr version 2.1.0 Index]