Learn R Programming

calendar (version 0.2.0)

ic_read: Read ics file

Description

Read ics file

Usage

ic_read(file)

Value

object of class ics

Arguments

file

ics file to read

Examples

Run this code
f <- system.file("extdata", "england-and-wales.ics", package = "calendar")
ics_df = ic_read(f)
head(ics_df)

Run the code above in your browser using DataLab