powered by
Create object of class ical
ical(x, ic_attributes = NULL)
Lines read-in in from an iCal file
Calendar attributes, e.g. as provided by ic_attributes_vec().
ic_attributes_vec()
# 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)
Run the code above in your browser using DataLab