This commit is contained in:
Andreas Gammelgaard Damsbo 2024-06-07 11:16:58 +02:00
commit 2697206272
No known key found for this signature in database
3 changed files with 5 additions and 2 deletions

View file

@ -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)
}