Learn R Programming

skyscapeR (version 1.0.0)

timestring: 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

Run this code
# NOT RUN {
timestring(2018, 12, 25, 2, 34)
# }

Run the code above in your browser using DataLab