mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-18 21:21:22 +00:00
20 lines
414 B
R
20 lines
414 B
R
% 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{
|
|
set_date(ds = NULL, tz = "GMT")
|
|
}
|
|
\arguments{
|
|
\item{ds}{Date vector, can be consisted of characters}
|
|
|
|
\item{tz}{string time zone}
|
|
}
|
|
\value{
|
|
vector of POSIXct object converted from date
|
|
}
|
|
\description{
|
|
Convert the date to POSIXct object
|
|
}
|
|
\keyword{internal}
|