tests/testthat/test_plottr.r

context("plottr")
test_that("plottr works on data frames and imported data ",{
 
          
x <- c(1,2,3)
y <- c(1,2,3)

z <- data.frame(x,y)


try(plottr(z))


try(plottr(data1))
expect (ok = T)
})           
           
merc534/STAT3701-HW3 documentation built on May 25, 2019, 10:30 p.m.