REDCapCAST/tests/testthat/helper-paths.R
2023-04-14 11:47:23 +02:00

13 lines
204 B
R

# get_data_location <- function(x) {
# system.file(
# "testdata",
# x,
# package = "REDCapCAST"
# )
# }
# setwd("tests/testthat")
get_data_location <- function(x)
file.path("data", x)