cal-demo-data {toastui} | R Documentation |
Calendar demo data
Description
Create calendar demo data for schedules and properties
Usage
cal_demo_data(view = c("month", "week", "day"))
cal_demo_props()
Arguments
view |
Calendar view for which to use the data. |
Value
a data.frame
.
Examples
# Monthly schedule
cal_demo_data("month")
#' # Weekly schedule
cal_demo_data("week")
[Package toastui version 0.3.3 Index]