std_time: Convert a date element vector into a "[0-9]2" string

Description Usage Arguments Value Examples

Description

Convert a date element vector into a "[0-9]2" string

Usage

1
std_time(vect, replaceNA = "00")

Arguments

vect

input vector as character or numeric

replaceNA

pattern used to replace NAs

Value

A vector of "[0-9]2" strings

Examples

1
CapstoneProject:::std_time(c(12, 4, 2.9))

KDallaporta/CapstoneProject documentation built on May 12, 2019, 1:09 p.m.