ic_char_event: Convert ical object to character strings of events

Description Usage Arguments Examples

View source: R/ical.R

Description

Convert ical object to character strings of events

Usage

1

Arguments

ic

object of class ical

Examples

1
2
3
ic <- ical(ical_example)
ic_char_event(ic)
ic_char_event(ic[c(1, 1), ])

calendar documentation built on May 2, 2019, 10:17 a.m.