Skip to content

Commit

Permalink
Merge pull request #25 from CDCgov/whitew-battelle1
Browse files Browse the repository at this point in the history
Replaced hard-coded index with column name to allow for flexibility. …
  • Loading branch information
whitew-battelle authored May 20, 2024
2 parents c125d0b + c8b3f8a commit 081e787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/get_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ get_data<-
#saving strat col names and values for future use
strat_col_name[k] <- ms_df$columnName[k]

strat_vals[[k]] <- ms_df[[7]][[k]]$localId
strat_vals[[k]] <- ms_df$stratificationItem[[k]]$localId


adv_cal_vec[k] <- paste0(strat_col_name[k], "=",
Expand Down

0 comments on commit 081e787

Please sign in to comment.