ic_dataframe | R Documentation |
Returns a data frame
ic_dataframe(x)
x |
Lines read-in in from an iCal file |
ic_dataframe(ical_example)
ic_dataframe(ical_outlook)
ics_file <- system.file("extdata", "england-and-wales.ics", package = "calendar")
x = readLines(ics_file)
x_df = ic_dataframe(x)
head(x_df)
x = data.frame(x_df)
x_df2 = ic_dataframe(x)
identical(x, x_df2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.