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")

})

Try the hail package in your browser

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

hail documentation built on May 1, 2019, 10:26 p.m.