tests/testthat/test.R

context("hail")

test_that("hail_hydra works", {
  data <- hail_hydra("Walmart Eco Roof")
  expect_equal(ncol(data), 27)
  expect_equal(class(data), "data.frame")

})
Ironholds/hail documentation built on May 7, 2019, 6:39 a.m.