Skip to content

Commit

Permalink
fix absolute path used for debugging/development
Browse files Browse the repository at this point in the history
  • Loading branch information
0UmfHxcvx5J7JoaOhFSs5mncnisTJJ6q committed Jan 4, 2023
1 parent 463a8fd commit 91be141
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/ODYM_RECC.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
#' @rdname ODYM_RECC
readODYM_RECC <- function(subtype) {
# file path (for easier debugging)
# path <- './'
path <- '~/PIK/swap/inputdata/sources/ODYM_RECC/'
path <- './'
# path <- '~/PIK/swap/inputdata/sources/ODYM_RECC/'

# subtype switchboard ----
switchboard <- list(
Expand Down

0 comments on commit 91be141

Please sign in to comment.