tests/testthat/test-rbind.R

context("test-rbind")

test_that("multiplication works", {




    x <- factor(c("a", "b"))
    y <- factor(c("c", "d"))
    z <- factor(c("a", "b", "c", "d"))


  expect_equal(2 * 2, 4)
})
vfquirin/foofactors documentation built on May 7, 2019, 8:23 a.m.