Skip to content

Commit efdf61a

Browse files
committed
Update mutate_quantile.R
1 parent 3cb5211 commit efdf61a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mutate_quantile.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ mutate_quantile_brks <- function (input, variable,n, ...)
1818
1])
1919
}
2020
}
21-
input[[paste0(var_string, "_brks")]] <- cut(input[[var_string]],
21+
input[[paste0(var_string, "_qbrks")]] <- cut(input[[var_string]],
2222
breaks = brk_vec, labels = brk_labs, include.lowest = TRUE)
2323
return(input)
2424
}

0 commit comments

Comments
 (0)