tests/testthat/test_grapes-land-grapes.R

library('replyr')

context("test land")

test_that("test_grapes-land-grapes.R", {
  library("dplyr")
  sin(7) %->% z1
  sin(7) %->_% 'z2'
  varname <- 'z3'
  sin(7) %->_% varname

})

Try the replyr package in your browser

Any scripts or data that you put into this service are public.

replyr documentation built on Nov. 1, 2019, 7:49 p.m.