Skip to content

R htmlwidgets for ToastUI libraries: grid, calendar and chart

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

dreamRs/toastui

Repository files navigation

toastui

R Htmlwidgets for TOAST UI JavaScript libraries: Grid, Calendar and Chart.

Lifecycle: experimental R-CMD-check

Installation

You can install toastui from GitHub with:

remotes::install_github("dreamRs/toastui")

Grid

Interactive tables with data editing, filtering, sorting, and more. See documentation and examples:

Edit mode example:

Calendar

Interactive daily, weekly or monthly calendar. See documentation and examples:

  • Monthly view:

  • Weekly view:

Chart

Interactive charts:

Development

This package uses packer to manage JavaScript source code and dependencies. If you want to modify it, you'll need a working installation of Node.js.

After cloning the Git repository, install nodes modules with:

packer::npm_install()

Modify code in srcjs/ directory, then run:

packer::bundle_prod() # or packer::bundle_dev()

Re-install the package or use pkgload::load_all() to try changes.

About

R htmlwidgets for ToastUI libraries: grid, calendar and chart

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published