ic_read {calendar} | R Documentation |
Read ics file
Description
Read ics file
Usage
ic_read(file)
Arguments
file |
ics file to read |
Value
object of class ics
Examples
f <- system.file("extdata", "england-and-wales.ics", package = "calendar")
ics_df = ic_read(f)
head(ics_df)
[Package calendar version 0.1.0 Index]