tests/testthat.R

library(testthat)
library(graphframes)

if (identical(Sys.getenv("NOT_CRAN"), "true")) {
  test_check("graphframes")
  on.exit({spark_disconnect_all()})
}

Try the graphframes package in your browser

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

graphframes documentation built on May 2, 2019, 9:14 a.m.