2017-07-11 05:57:13 +00:00
|
|
|
% Generated by roxygen2: do not edit by hand
|
|
|
|
|
% Please edit documentation in R/prophet.R
|
|
|
|
|
\name{set_date}
|
|
|
|
|
\alias{set_date}
|
|
|
|
|
\title{Convert date vector}
|
|
|
|
|
\usage{
|
2021-03-05 01:17:51 +00:00
|
|
|
set_date(ds)
|
2017-07-11 05:57:13 +00:00
|
|
|
}
|
|
|
|
|
\arguments{
|
2021-03-05 01:17:51 +00:00
|
|
|
\item{ds}{Date vector}
|
2017-07-11 05:57:13 +00:00
|
|
|
}
|
|
|
|
|
\value{
|
|
|
|
|
vector of POSIXct object converted from date
|
|
|
|
|
}
|
|
|
|
|
\description{
|
2021-03-05 01:17:51 +00:00
|
|
|
Convert the date to POSIXct object. Timezones are stripped and replaced
|
|
|
|
|
with GMT.
|
2017-07-11 05:57:13 +00:00
|
|
|
}
|
2017-07-29 05:03:27 +00:00
|
|
|
\keyword{internal}
|