Skip to content

Commit

Permalink
Style updates
Browse files Browse the repository at this point in the history
Co-authored-by: Malcolm Barrett <malcolmbarrett@users.noreply.github.com>
  • Loading branch information
katelynqueen98 and malcolmbarrett authored Dec 11, 2023
1 parent e6c315d commit f958e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/superPartition.R
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ super_partition <- function(full_data,
col_small <- colnames(small_data)[unlist(modules[i])]

# get column indices in full data
for (j in 1:length(col_small)) {
for (j in seq_along(col_small)) {
col_full[j] <- grep(col_small[j], colnames(full_data))
}

Expand Down

0 comments on commit f958e74

Please sign in to comment.