ic_character: Convert ical object to character strings of attributes

View source: R/ical.R

ic_characterR Documentation

Convert ical object to character strings of attributes

Description

Convert ical object to character strings of attributes

Usage

ic_character(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_character(ic)
identical(ical_example, ic_character(ic))

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