Skip to content

Commit

Permalink
styler
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Mar 12, 2024
1 parent 427660e commit 26ca506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/data_to_wide.R
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ data_to_wide <- function(data,
values_fill = NULL,
verbose = TRUE,
...) {
if (is.null(id_cols)) {
if (is.null(id_cols)) {
id_cols <- setdiff(names(data), c(names_from, values_from))
}

Expand Down

0 comments on commit 26ca506

Please sign in to comment.