All Projects → dreamRs → toastui

dreamRs / toastui

Licence: Unknown, MIT licenses found Licenses found Unknown LICENSE MIT LICENSE.md
R htmlwidgets for ToastUI libraries: grid, calendar and chart

Programming Languages

r
7636 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to toastui

Explor
Interfaces for Multivariate Analysis in R
Stars: ✭ 157 (+207.84%)
Mutual labels:  htmlwidgets
taucharts
📊 An R htmlwidget interface to the TauCharts javascript library
Stars: ✭ 66 (+29.41%)
Mutual labels:  htmlwidgets
compareBars
Simplify comparative bar charts 📊
Stars: ✭ 28 (-45.1%)
Mutual labels:  htmlwidgets
Nomnoml
Sassy 'UML' Diagrams for R
Stars: ✭ 173 (+239.22%)
Mutual labels:  htmlwidgets
grillade
Grid sytem for shiny apps or rmarkdown and to create htmlwidgets matrix
Stars: ✭ 16 (-68.63%)
Mutual labels:  htmlwidgets
rAmCharts4
An R interface to amCharts 4
Stars: ✭ 26 (-49.02%)
Mutual labels:  htmlwidgets
Scatterd3
R scatter plot htmlwidget based on D3.js
Stars: ✭ 135 (+164.71%)
Mutual labels:  htmlwidgets
dataui
data-ui for R
Stars: ✭ 57 (+11.76%)
Mutual labels:  htmlwidgets
lineup htmlwidget
HTMLWidget wrapper of LineUp for Visual Analysis of Multi-Attribute Rankings
Stars: ✭ 51 (+0%)
Mutual labels:  htmlwidgets
spatialwidget
Utility package to convert R data into JSON for use in htmlwidget mapping libraries
Stars: ✭ 17 (-66.67%)
Mutual labels:  htmlwidgets
Sunburstr
R htmlwidget for interactive sunburst plots
Stars: ✭ 177 (+247.06%)
Mutual labels:  htmlwidgets
RagGrid
R interface to ag-grid.
Stars: ✭ 31 (-39.22%)
Mutual labels:  htmlwidgets
jsTreeR
A wrapper of the jQuery plugin `jsTree`.
Stars: ✭ 36 (-29.41%)
Mutual labels:  htmlwidgets
Billboarder
📊 R Htmlwidget for billboard.js
Stars: ✭ 159 (+211.76%)
Mutual labels:  htmlwidgets
vueR
vue.js for R
Stars: ✭ 131 (+156.86%)
Mutual labels:  htmlwidgets
Streamgraph
〰️ htmlwidget for creating streamgraph visualizations in R
Stars: ✭ 137 (+168.63%)
Mutual labels:  htmlwidgets
diffviewer
HTML widget to visually compare files
Stars: ✭ 52 (+1.96%)
Mutual labels:  htmlwidgets
summarywidget
htmlwidget that shows a single summary statistic
Stars: ✭ 25 (-50.98%)
Mutual labels:  htmlwidgets
learn
RECON learn: a free, open platform for training material on epidemics analysis
Stars: ✭ 33 (-35.29%)
Mutual labels:  htmlwidgets
bpmn
BPMN diagrams in R
Stars: ✭ 16 (-68.63%)
Mutual labels:  htmlwidgets

toastui

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

version Lifecycle: experimental R-CMD-check

Installation

Install from CRAN with:

install.packages("toastui")

Or install the development version from GitHub with:

# install.packages("remotes")
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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].