powered by
Convert ical object to character strings of attributes
ic_character(ic, zulu = FALSE)
object of class ical
ical
is the datetime in Zulu time? FALSE by default, which means the calendar's current timezone is used.
FALSE
ic <- ical(ical_example) ic_character(ic) identical(ical_example, ic_character(ic))
Run the code above in your browser using DataLab