PCfiledatetime | R Documentation |
Create a character string from a date for naming unique output files.
PCfiledatetime(orgtim, tims)
orgtim |
time vector of length 5: c(yr, jd, hr, mi, sec) |
tims |
seconds to add to orgtim |
filename |
character string |
Jonathan M. Lees<jonathan.lees@unc.edu>
library(RSEIS)
data(GH, package='RSEIS')
g1 = getGHtime(GH)
g2 = unlist(g1)
PCfiledatetime(g2, 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.