
Last chance! 50% off unlimited learning
Sale ends in
Returns a data frame
ic_dataframe(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)
Run the code above in your browser using DataLab