Skip to content

Commit

Permalink
Fix docs for label_timespan
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasp85 committed Nov 27, 2023
1 parent cd7a60b commit d8fb5b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/label-date.R
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ label_time <- function(format = "%H:%M:%S", tz = "UTC", locale = NULL) {
#' @export
#' @rdname label_date
#' @param unit The unit used to interpret numeric input
#' @param space Add a space before the time unit?
#' @inheritDotParams number accuracy scale prefix suffix big.mark decimal.mark style_positive style_negative trim
label_timespan <- function(unit = c("secs", "mins", "hours", "days", "weeks"), space = FALSE,
...) {
Expand Down
2 changes: 2 additions & 0 deletions man/label_date.Rd

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

0 comments on commit d8fb5b6

Please sign in to comment.