tstr {flowGraph}R Documentation

Formats time into string.

Description

Formats time into a string HH:MM:SS given time zone.

Usage

tstr(time)

Arguments

time

A time variable of class POSIXct, POSIXt.

Value

Time formatted as a string; used in time_output function.

Examples

 # NOT EXPORTED
 flowGraph:::tstr(Sys.time())


[Package flowGraph version 1.2.0 Index]