htmlwidgets to create:
datagrid()
: Interactive tables with data editing,
filtering, sorting, and morecalendar()
: Interactive daily, weekly or monthly
calendarchart()
: Interactive chartsCreate interactive tables with lot of options to customize content and that you can edit in Shiny applications.
datagrid(rolling_stones_50)
Create interactive calendars that you can navigate and display schedules. In Shiny you can add, update or delete schedules.
calendar(cal_demo_data())
Create interactive charts:
chart(mtcars, caes(mpg, disp, color = cyl), type = "scatter")