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

View source: R/dates.R

timestringR Documentation

Converts date and time numeric values to a single string

Description

Converts date and time numeric values to a single string

Usage

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

Arguments

year

Year

month

Month

day

Day

hour

Hour

minute

Minute

second

Second

Examples

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

f-silva-archaeo/skyscapeR documentation built on Sept. 24, 2023, 8:14 p.m.