tests/testthat/helper-read_pydata.R

read_pydata <- function(py_path) {
  py_path <- paste0(py_path, ".rds")
  py_path <- test_path("py-data", py_path)
  readRDS(py_path)
}
topepo/yardstick documentation built on April 20, 2024, 7:15 p.m.