Skip to content

Commit

Permalink
Merge pull request #158 from pfmc-assessments/minor-fix
Browse files Browse the repository at this point in the history
fix: correct the write.csv for unsexed formatted comps
  • Loading branch information
chantelwetzel-noaa authored Oct 17, 2024
2 parents 46c0384 + 0cf4a3a commit 4c476cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/get_expanded_comps.R
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ get_expanded_comps <- function(
if (!is.null(dir)) {
write.csv(
x = all_formatted,
file = file.path(dir, printfolder, paste0(comp_column_name, "_unsexed_expanded_", bin_range, "_", , species, , "_", project, ".csv")),
file = file.path(dir, printfolder, paste0(comp_column_name, "_unsexed_expanded_", bin_range, "_", species, "_", project, ".csv")),
row.names = FALSE
)
}
Expand Down

0 comments on commit 4c476cb

Please sign in to comment.