Learn R Programming

RSEIS (version 4.2-4)

filedatetime: Create a character string from a date

Description

Create a character string from a date for naming unique output files.

Usage

filedatetime(orgtim, tims=0, datesep="-", timesep="_", secsep="_")

Value

filename

character string

Arguments

orgtim

time vector of length 5: c(yr, jd, hr, mi, sec)

tims

seconds to add to orgtim, default=0

datesep

character, seperater for the date

timesep

character, seperator for the time

secsep

character, seperator for the seconds

Author

Jonathan M. Lees<jonathan.lees@unc.edu>

Examples

Run this code

data(GH)

g1 <- getGHtime(GH)
g2 <- unlist(g1)

filedatetime(g2, 1)



Run the code above in your browser using DataLab