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