Learn R Programming

RSEIS (version 2.6-0)

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)

Arguments

Value

  • filenamecharacter string

Examples

Run this code
data(GH)

g1 = getGHtime(GH)
g2 = unlist(g1)

filedatetime(g2, 1)

Run the code above in your browser using DataLab