REDCapCAST/tests/testthat/helper-paths.R
2023-01-16 09:49:38 +01:00

11 lines
177 B
R

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