set_date.Rd (prophet-0.7) | : | set_date.Rd (prophet-1.0) | ||
---|---|---|---|---|
% Generated by roxygen2: do not edit by hand | % Generated by roxygen2: do not edit by hand | |||
% Please edit documentation in R/prophet.R | % Please edit documentation in R/prophet.R | |||
\name{set_date} | \name{set_date} | |||
\alias{set_date} | \alias{set_date} | |||
\title{Convert date vector} | \title{Convert date vector} | |||
\usage{ | \usage{ | |||
set_date(ds = NULL, tz = "GMT") | set_date(ds) | |||
} | } | |||
\arguments{ | \arguments{ | |||
\item{ds}{Date vector, can be consisted of characters} | \item{ds}{Date vector} | |||
\item{tz}{string time zone} | ||||
} | } | |||
\value{ | \value{ | |||
vector of POSIXct object converted from date | vector of POSIXct object converted from date | |||
} | } | |||
\description{ | \description{ | |||
Convert the date to POSIXct object | Convert the date to POSIXct object. Timezones are stripped and replaced | |||
with GMT. | ||||
} | } | |||
\keyword{internal} | \keyword{internal} | |||
End of changes. 3 change blocks. | ||||
5 lines changed or deleted | 4 lines changed or added |