String interpolation using bquote-stype .() notation. Pure R, no C/C++ code called.

envir %s>% str

Arguments

envir

environemnt to look for values

str

charater string to be substituted into

Value

modified strings

See also

Examples


list(x = 7) %s>% "x is .(x)"
#> [1] "x is 7"