mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2025-09-12 10:39:39 +02:00
9 lines
175 B
R
9 lines
175 B
R
# get_data_location <- function(x) {
|
|
# system.file(
|
|
# "testdata",
|
|
# x,
|
|
# package = "REDCapRITS"
|
|
# )
|
|
# }
|
|
|
|
get_data_location <- function(x) file.path("data", x)
|