Learn R Programming

calendar (version 0.2.0)

ic_find: 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

Run this code
pattern = "DTSTAMP"
ic_find(ical_example, pattern)

Run the code above in your browser using DataLab