Skip to content

Commit

Permalink
Add write to file to write_selector()
Browse files Browse the repository at this point in the history
  • Loading branch information
mrustl committed Jul 15, 2024
1 parent fb8984b commit e642d50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/write_selector.R
Original file line number Diff line number Diff line change
Expand Up @@ -192,4 +192,6 @@ write_selector <- function(selector, path) {
waterflow_txt,
time_txt,
solutes_txt)

writeLines(lines, path)
}

0 comments on commit e642d50

Please sign in to comment.