ical_example: Minimal example of raw ical data

ical_exampleR Documentation

Minimal example of raw ical data

Description

See https://calendar.google.com/calendar/ical/9sl1qu3qh2vdnq26bjgvtnos94%40group.calendar.google.com/private-85cbe5d781da1b7efc91e01032cfc264/basic.ics for the file

Usage

ical_example

Format

An object of class character of length 22.

Examples

# download.file("long_url", "inst/extdata/example.ics")
ical_example = readLines(system.file("extdata", "example.ics", package = "ical"))
# usethis::use_data(ical_example)

ATFutures/ical documentation built on April 20, 2024, 2:51 a.m.