toastui

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  eval = FALSE
)
library(toastui)

htmlwidgets to create:

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.

calendar(cal_demo_data())

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

Editor

Create interactive Markdown WYSIWYG editor:

editor(previewStyle = "vertical")



Try the toastui package in your browser

Any scripts or data that you put into this service are public.

toastui documentation built on April 4, 2025, 1:57 a.m.