ic_extract: Extract contents of iCal fields

View source: R/ic_extract.R

ic_extractR 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")

calendar documentation built on May 29, 2024, 2:34 a.m.