REDCapCAST/tests/testthat/helper-paths.R

11 lines
177 B
R
Raw Normal View History

# get_data_location <- function(x) {
# system.file(
# "testdata",
# x,
# package = "REDCapRITS"
# )
# }
2023-01-16 09:49:17 +01:00
get_data_location <- function(x)
file.path("data", x)