timestring: Converts date and time numeric values to a single string

Description Usage Arguments Examples

View source: R/dates.R

Description

Converts date and time numeric values to a single string

Usage

1
timestring(year, month, day, hour = 12, minute = 0, second = 0)

Arguments

year

Year

month

Month

day

Day

hour

Hour

minute

Minute

second

Second

Examples

1
timestring(2018, 12, 25, 2, 34)

skyscapeR documentation built on Oct. 30, 2021, 1:06 a.m.