Skip to content

Commit 4c476cb

Browse files
Merge pull request #158 from pfmc-assessments/minor-fix
fix: correct the write.csv for unsexed formatted comps
2 parents 46c0384 + 0cf4a3a commit 4c476cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/get_expanded_comps.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ get_expanded_comps <- function(
472472
if (!is.null(dir)) {
473473
write.csv(
474474
x = all_formatted,
475-
file = file.path(dir, printfolder, paste0(comp_column_name, "_unsexed_expanded_", bin_range, "_", , species, , "_", project, ".csv")),
475+
file = file.path(dir, printfolder, paste0(comp_column_name, "_unsexed_expanded_", bin_range, "_", species, "_", project, ".csv")),
476476
row.names = FALSE
477477
)
478478
}

0 commit comments

Comments
 (0)