ical | R Documentation |
Create object of class ical
ical(x, ic_attributes = NULL)
x |
Lines read-in in from an iCal file |
ic_attributes |
Calendar attributes, e.g. as provided by |
# ical from .ics characters:
class(ical_example)
ic <- ical(ical_example)
attributes(ic)
class(ic)
# ical from data frame:
ic_df <- data.frame(ic)
ic2 <- ical(ic_df)
class(ic2)
attributes(ic2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.