mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 13:17:30 +02:00
minor
This commit is contained in:
parent
9378da535e
commit
2697206272
3 changed files with 5 additions and 2 deletions
|
|
@ -8,5 +8,7 @@
|
|||
|
||||
# setwd("tests/testthat")
|
||||
|
||||
get_data_location <- function(x)
|
||||
get_data_location <- function(x){
|
||||
# here::here(file.path("tests","testthat","data", x))
|
||||
file.path("data", x)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue