Skip to content

Commit

Permalink
create an output file for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
andybeet committed Jan 2, 2025
1 parent 0eea38a commit 1788b06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data-raw/get_buoyDataWorld.R
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ get_buoyDataWorld <- function(exportFile=F,isRunLocal=T, buoyIDs = NULL){
} else {
fn <- "datapull.txt"
}
} else {
fn <- "datapulltest.txt"
}

file.create(here::here("data-raw",fn))
Expand Down

0 comments on commit 1788b06

Please sign in to comment.