html_calendar: Create HTML Calendar

View source: R/calendar.R

html_calendarR Documentation

Create HTML Calendar

Description

Create HTML Calendar

Usage

html_calendar(calendar, show = 1:7, items = NULL, width = "95%")

Arguments

calendar

a calendar object

show

a numeric vector of days to show (Sunday = 1)

items

a character vector of items to display (or NULL for all)

width

width of HTML table used for calendar.

Value

a character string of HTML code for the calendar


rpruim/calendar documentation built on April 24, 2023, 8:41 a.m.