ic_character | R Documentation |
Convert ical object to character strings of attributes
ic_character(ic, zulu = FALSE)
ic |
object of class |
zulu |
is the datetime in Zulu time?
|
ic <- ical(ical_example)
ic_character(ic)
identical(ical_example, ic_character(ic))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.