Skip to content

Commit

Permalink
Update flmd-generator.R
Browse files Browse the repository at this point in the history
  • Loading branch information
bpbond committed Aug 29, 2024
1 parent 45f5cb4 commit 1075360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synoptic/flmd-generator.R
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ special_files_info <-
"cumulative-observations.R", "Sample R code to plot cumulative observations")
special_files <- which(results$File_Name %in% special_files_info$File_Name)
sf <- results[special_files,]
sf <- left_join(sf, special_files_info, by = c("File_Name", "File_Description"))
sf <- left_join(sf, special_files_info, by = "File_Name")

# Other files
message("Checking other files...")
Expand Down

0 comments on commit 1075360

Please sign in to comment.