Skip to content

Commit

Permalink
fixed error in database loop
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccathomas-NOAA committed Oct 24, 2022
1 parent 180f48d commit 1fe30e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/read_EV_exports.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ else {print("export location needs to be 0 or 1")}

setwd(CONV_exportbase)
# for spreadsheet format
if (!database==0){ #if database does not equal 1; that is, spreadsheet
if (!database==1){ #if database does not equal 1; that is, spreadsheet
NASC.list.to.combine <-list.files(file.path(CONV_exportbase), pattern = "*.csv") #be sure to verify correct number of files loaded
CONV_10m_combine <- NASC.list.to.combine %>% purrr::map_df(~read_csv_addflnm(.))
}
Expand Down

0 comments on commit 1fe30e1

Please sign in to comment.