calendar (version 0.0.1)

ic_read: Read ics file

Description

Read ics file

Usage

ic_read(file)

Arguments

file

ics file to read

Value

object of class ics

Examples

Run this code
# NOT RUN {
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