Nothing
knitr::opts_chunk$set( collapse = TRUE, comment = "#>", eval = FALSE )
library(toastui)
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)
⇨ See full documentation and interactive examples
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
Create interactive charts:
chart(mtcars, caes(mpg, disp, color = cyl), type = "scatter")
⇨ See full documentation and interactive examples
Create interactive Markdown WYSIWYG editor:
editor(previewStyle = "vertical")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.