Learn R Programming

calendar (version 0.2.0)

ic_extract_raw: Extract raw contents of iCal fields

Description

Return info from iCal files, return raw unprocessed text.

Usage

ic_extract_raw(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 = "TSTAMP"
ic_extract_raw(ical_example, pattern)

Run the code above in your browser using DataLab