Skip to content
Prev 46401 / 63421 Next

Extending suggestion for stopifnot

On Tue, Aug 20, 2013 at 6:00 PM, ivo welch <ivo.welch at gmail.com> wrote:
The gsubfn package has string interpolation somewhat like perl.
Preface a function call with fn$ and then back ticks and $ are
interpolated.

library(gsubfn)
fn$identity("pi is $pi")

library(sqldf)
fn$sqldf("select * from BOD where Time > $pi")

fn$stop("class is `class(pi)`")