Skip to content

Commit

Permalink
Update R/process_data.R
Browse files Browse the repository at this point in the history
Co-authored-by: Isaac Gravestock <83659704+gravesti@users.noreply.github.com>
  • Loading branch information
MikeJSeo and gravesti authored Jul 14, 2023
1 parent c6ee779 commit c912864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/process_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ dummize_ipd <- function(raw_ipd, dummize_cols, dummize_ref_level) {
#' @export

center_ipd <- function(ipd, agd) {
# regulaized column name patterns
# regularized column name patterns
must_exist <- c("STUDY", "ARM", "N")
legal_suffix <- c("MEAN", "MEDIAN", "SD", "PROP")
suffix_pat <- paste(paste0("_", legal_suffix, "$"), collapse = "|")
Expand Down

0 comments on commit c912864

Please sign in to comment.