to.posix: Alias for as.POSIXct(strptime(...))

Description Usage

View source: R/to.posix.R

Description

Alias to the command command converting a string to a posix ct object.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
to.posix (x,fmt="
}

\arguments{
  \item{x}{
An array of string dates.
}
  \item{fmt}{
Datetime format as described in strftime.
}
}
\details{

}

\references{

}
\author{

}
\note{

}



\seealso{

}
\examples{
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
to.posix <- function(x,fmt="
  as.POSIXct(strptime(x,fmt))

colinsheppard/colinmisc documentation built on July 10, 2020, 5:59 p.m.