REDCapCAST/tests/testthat/helper-paths.R

11 lines
177 B
R

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