ic_bind_list | R Documentation |
Based on: https://stackoverflow.com/questions/17308551/
ic_bind_list(x)
x |
list of named vectors |
ic_bind_list(list(ic_vector(ical_example)))
ics_file <- system.file("extdata", "england-and-wales.ics", package = "ical")
ics_raw = readLines(ics_file)
x <- lapply(ic_list(ics_raw), function(x) {
ic_vector(x)
})
ic_df <- ic_bind_list(x)
head(ic_df)
x <- lapply(ical_outlook, function(x) {
ic_vector(x)
})
ic_bind_list(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.