Learn R Programming

charlatan (version 0.2.2)

date_time: Create dates and times

Description

Create dates and times

Usage

ch_timezone(n = 1)

ch_unix_time(n = 1)

ch_date_time(n = 1)

Arguments

n

(integer) number of things to get, any non-negative integer

Examples

Run this code
# NOT RUN {
ch_timezone()
ch_timezone(10)

ch_unix_time()
ch_unix_time(20)

ch_date_time()
ch_date_time(20)
# }

Run the code above in your browser using DataLab