tests/testthat/test_asQuoted.R

context("asQuoted")

test_that("asQuoted", {
  e1 = asQuoted("x == 3")
  e2 = quote(x == 3)
  expect_equal(e1, e2)
})

Try the BBmisc package in your browser

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

BBmisc documentation built on Sept. 29, 2022, 5:12 p.m.