Skip to contents

htmlwidgets to create:

  • datagrid(): Interactive tables with data editing, filtering, sorting, and more
  • calendar(): Interactive daily, weekly or monthly calendar
  • chart(): Interactive charts

Grid

Create interactive tables with lot of options to customize content and that you can edit in Shiny applications.

datagrid(rolling_stones_50)

See full documentation and interactive examples

Calendar

Create interactive calendars that you can navigate and display schedules. In Shiny you can add, update or delete schedules.

See full documentation and interactive examples

Chart

Create interactive charts:

chart(mtcars, caes(mpg, disp, color = cyl), type = "scatter")

See full documentation and interactive examples