calendar (version 0.0.1)

ic_char_event: Convert ical object to character strings of events

Description

Convert ical object to character strings of events

Usage

ic_char_event(ic)

Arguments

ic

object of class ical

Examples

Run this code
# NOT RUN {
ic <- ical(ical_example)
ic_char_event(ic)
ic_char_event(ic[c(1, 1), ])
# }

Run the code above in your browser using DataLab