REDCapCAST/tests/testthat/helper-paths.R

13 lines
204 B
R
Raw Normal View History

# get_data_location <- function(x) {
# system.file(
# "testdata",
# x,
# package = "REDCapCAST"
# )
# }
2023-04-14 11:47:23 +02:00
# setwd("tests/testthat")
2023-01-16 09:49:17 +01:00
get_data_location <- function(x)
file.path("data", x)