mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2024-11-22 13:30:23 +01:00
11 lines
177 B
R
11 lines
177 B
R
# get_data_location <- function(x) {
|
|
# system.file(
|
|
# "testdata",
|
|
# x,
|
|
# package = "REDCapCAST"
|
|
# )
|
|
# }
|
|
|
|
get_data_location <- function(x)
|
|
file.path("data", x)
|