Skip to content

Commit

Permalink
Correcting extension of intermediate file
Browse files Browse the repository at this point in the history
  • Loading branch information
schuemie committed Nov 6, 2023
1 parent b2029cd commit 105e3bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/RunAnalyses.R
Original file line number Diff line number Diff line change
Expand Up @@ -1617,7 +1617,7 @@ createReferenceTable <- function(cmAnalysisList,
balanceId,
targetId,
comparatorId) {
name <- sprintf("FilterForBalance_l%s_s%s_p%s_t%s_c%s_s%s_b%s.rds", loadId, studyPopId, psId, .f(targetId), .f(comparatorId), strataId, balanceId)
name <- sprintf("FilterForBalance_l%s_s%s_p%s_t%s_c%s_s%s_b%s.zip", loadId, studyPopId, psId, .f(targetId), .f(comparatorId), strataId, balanceId)
return(name)
}

Expand Down

0 comments on commit 105e3bc

Please sign in to comment.