2018-06-28 23:20:14 +02:00
|
|
|
# get_data_location <- function(x) {
|
|
|
|
# system.file(
|
|
|
|
# "testdata",
|
|
|
|
# x,
|
2023-03-07 15:38:28 +01:00
|
|
|
# package = "REDCapCAST"
|
2018-06-28 23:20:14 +02:00
|
|
|
# )
|
|
|
|
# }
|
|
|
|
|
2023-01-16 09:49:17 +01:00
|
|
|
get_data_location <- function(x)
|
|
|
|
file.path("data", x)
|