ic_extract {calendar} | R Documentation |
Extract contents of iCal fields
Description
Return formatted data from iCal fields
Usage
ic_extract(x, pattern)
Arguments
x |
Lines read-in in from an iCal file |
pattern |
A text string to search from (an ical field) |
Examples
ic_extract(ical_example, "DTSTART")
[Package calendar version 0.1.0 Index]