mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2024-11-22 21:40:23 +01:00
10 lines
175 B
R
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)
|