mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2024-11-23 05:50:21 +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)
|