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