Skip to content

Commit cb6ff90

Browse files
committed
Remove include.lowest parameter from cut_interval docs. Closes #2197
1 parent 4255cd8 commit cb6ff90

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

R/utilities-break.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#' @param x numeric vector
1010
#' @param n number of intervals to create, OR
1111
#' @param length length of each interval
12-
#' @inheritDotParams base::cut.default -x
12+
#' @inheritDotParams base::cut.default -x -include.lowest
1313
#' @export
1414
#' @examples
1515
#' table(cut_interval(1:100, 10))

man/cut_interval.Rd

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)