ic_character {calendar} | R Documentation |
Convert ical object to character strings of attributes
Description
Convert ical object to character strings of attributes
Usage
ic_character(ic, zulu = FALSE)
Arguments
ic |
object of class |
zulu |
is the datetime in Zulu time?
|
Examples
ic <- ical(ical_example)
ic_character(ic)
identical(ical_example, ic_character(ic))
[Package calendar version 0.1.0 Index]