ic_char_event: Convert ical object to character strings of events

View source: R/ical.R

ic_char_eventR Documentation

Convert ical object to character strings of events

Description

Convert ical object to character strings of events

Usage

ic_char_event(ic, zulu = FALSE)

Arguments

ic

object of class ical

zulu

is the datetime in Zulu time? FALSE by default, which means the calendar's current timezone is used.

Examples

ic <- ical(ical_example)
ic_char_event(ic)
ic_char_event(ic[c(1, 1), ])

ATFutures/ical documentation built on April 30, 2024, 4:36 a.m.