calendar (version 0.0.1)

ic_character: Convert ical object to character strings of attributes

Description

Convert ical object to character strings of attributes

Usage

ic_character(ic)

Arguments

ic

object of class ical

Examples

Run this code
# NOT RUN {
ic <- ical(ical_example)
ic_character(ic)
identical(ical_example, ic_character(ic))
# }

Run the code above in your browser using DataCamp Workspace