Learn R Programming

miceadds (version 1.5-0)

systime: RUtilities: Various Strings Representing System Time

Description

This function generates system time strings in several formats.

Usage

systime()

Arguments

Value

  • A vector with entries of system time (see Examples).

Examples

Run this code
systime()
  ##  > systime()
  ##  [1] "2015-05-14 17:38:02" "2015-05-14"          "20150514"           
  ##  [4] "2015-05-14_1738"     "2015-05-14_1700"     "20150514_173802"    
  ##  [7] "20150514173802"      "SD70_20150514173802"

Run the code above in your browser using DataLab