From c6eb8825f42130c13ca5750784f23d82fe929d37 Mon Sep 17 00:00:00 2001 From: Tina815 Date: Tue, 21 Nov 2023 16:33:52 +0000 Subject: [PATCH] Update documentation --- man/extract_fin_year.Rd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/extract_fin_year.Rd b/man/extract_fin_year.Rd index 361d044..5c06015 100644 --- a/man/extract_fin_year.Rd +++ b/man/extract_fin_year.Rd @@ -7,8 +7,8 @@ extract_fin_year(date) } \arguments{ -\item{date}{A date which must be supplied with \code{Date} or \code{POSIXct} -class. \code{\link[base:as.Date]{base::as.Date()}}, +\item{date}{A date which must be supplied with \code{Date}, \code{POSIXct}, \code{POSIXlt} or +\code{POSIXt} class. \code{\link[base:as.Date]{base::as.Date()}}, \code{\link[lubridate:ymd]{lubridate::dmy()}} and \code{\link[base:as.POSIXlt]{as.POSIXct()}} are examples of functions which can be used to store dates as an appropriate class.}