tstr: Formats time into string.

View source: R/00_helpers.R

tstrR 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())


aya49/flowGraph documentation built on Feb. 4, 2024, 6:40 p.m.