Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Admin_mschuemi authored and Admin_mschuemi committed May 23, 2024
1 parent 435976c commit 89755c2
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 @@ -613,7 +613,7 @@ createReferenceTable <- function(sccsAnalysisList,
studyStartDate = groupables[[1]]$studyStartDate,
studyEndDate = groupables[[1]]$studyEndDate,
studyStartDates = groupables[[1]]$studyStartDates,
studyEndDatse = groupables[[1]]$studyEndDates,
studyEndDates = groupables[[1]]$studyEndDates,
maxCasesPerOutcome = groupables[[1]]$maxCasesPerOutcome
)
sccsDataFileName <- .createSccsDataFileName(loadId)
Expand Down

0 comments on commit 89755c2

Please sign in to comment.