REDCapCAST/R/tests/testthat/helper-paths.R
2018-06-28 17:20:14 -04:00

10 lines
175 B
R

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