Skip to content

Commit

Permalink
Change wording
Browse files Browse the repository at this point in the history
  • Loading branch information
manszamore committed Feb 7, 2023
1 parent e4a53ab commit dc2b73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/reactive_values.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ setup_reactive_values_obj <- function(input) {

if (is_design_file) {
raw_df <- raw_df %>%
mutate_all(make.names) # Run make.names on all elements of the design matrix
mutate_all(make.names) # Run make.names on all variables of the design matrix
} else {
colnames(raw_df) <- make.names(colnames(raw_df))
}
Expand Down

0 comments on commit dc2b73a

Please sign in to comment.