mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-09-15 22:10:22 +00:00
20 lines
395 B
Text
20 lines
395 B
Text
|
|
% 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
|
||
|
|
}
|