posix2RSEIS | R Documentation |
Reformat posix time stamp to RSEIS list
posix2RSEIS(p)
p |
posix time, either lt or ct |
returns a list of data/time in format RSEIS understands
Jonathan M. Lees<jonathan.lees@unc.edu>
j2posix
### make up a time:
P1 = as.POSIXct(Sys.time(), "America/New_York") # in New York
R1 = posix2RSEIS(P1)
## also
unlist( as.POSIXlt(P1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.