Skip to content

Commit

Permalink
Remove include.lowest parameter from cut_interval docs. Closes tidyve…
Browse files Browse the repository at this point in the history
  • Loading branch information
karawoo committed Jul 14, 2017
1 parent e0c5864 commit faa37c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion R/utilities-break.r
Expand Up @@ -9,7 +9,7 @@
#' @param x numeric vector
#' @param n number of intervals to create, OR
#' @param length length of each interval
#' @inheritDotParams base::cut.default -x
#' @inheritDotParams base::cut.default -x -include.lowest
#' @export
#' @examples
#' table(cut_interval(1:100, 10))
Expand Down
3 changes: 0 additions & 3 deletions man/cut_interval.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit faa37c0

Please sign in to comment.