updated docs

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-01-16 11:51:50 +01:00
commit eb93f501ca
No known key found for this signature in database
3 changed files with 8 additions and 9 deletions

View file

@ -5,7 +5,7 @@
\alias{cut.POSIXt}
\alias{cut.POSIXct}
\alias{cut.Date}
\title{Title}
\title{Extended cutting function}
\usage{
\method{cut}{hms}(x, breaks, ...)
@ -38,7 +38,7 @@
factor
}
\description{
Title
Extended cutting function
}
\examples{
readr::parse_time(c("01:00:20", "03:00:20", "01:20:20", "08:20:20", "21:20:20", "03:02:20")) |> cut(2)