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