Skip to content

Commit

Permalink
update utilMWRinput to prevent artifacts from helper-data
Browse files Browse the repository at this point in the history
  • Loading branch information
fawda123 committed Nov 11, 2024
1 parent bab7120 commit 890b91f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions R/utilMWRinput.R
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@ utilMWRinput <- function(res = NULL, acc = NULL, frecom = NULL, sit = NULL, wqx
# fset argument for list of files inputs
if(!is.null(fset)){

resdat <- NULL
accdat <- NULL
frecomdat <- NULL
sitdat <- NULL
wqxdat <- NULL

res <- fset$res
acc <- fset$acc
frecom <- fset$frecom
Expand Down

0 comments on commit 890b91f

Please sign in to comment.