grapes-s-greater-than-grapes: Dot substitution string interpolation.

%s>%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

strsplit_capture, si

Examples


list(x = 7) %s>% "x is .(x)"



WinVector/wrapr documentation built on Aug. 29, 2023, 4:51 a.m.