Package: cheetahR 0.4.0
cheetahR: High Performance Tables Using 'Cheetah Grid'
An R interface to 'Cheetah Grid', a high-performance JavaScript table widget. 'cheetahR' allows users to render millions of rows in just a few milliseconds, making it an excellent alternative to other R table widgets. The package wraps the 'Cheetah Grid' JavaScript functions and makes them readily available for R users. The underlying grid implementation is based on 'Cheetah Grid' <https://github.com/future-architect/cheetah-grid>.
Authors:
cheetahR_0.4.0.tar.gz
cheetahR_0.4.0.zip(r-4.7)cheetahR_0.4.0.zip(r-4.6)cheetahR_0.4.0.zip(r-4.5)
cheetahR_0.4.0.tgz(r-4.6-any)cheetahR_0.4.0.tgz(r-4.5-any)
cheetahR_0.4.0.tar.gz(r-4.7-any)cheetahR_0.4.0.tar.gz(r-4.6-any)
cheetahR_0.4.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
cheetahR/json (API)
NEWS
| # Install 'cheetahR' in R: |
| install.packages('cheetahR', repos = c('https://cynkra.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/cynkra/cheetahr/issues
Last updated from:cff32fc01a. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 144 | ||
| source / vignettes | OK | 170 | ||
| linux-release-x86_64 | OK | 136 | ||
| macos-release-arm64 | OK | 170 | ||
| macos-oldrel-arm64 | OK | 123 | ||
| windows-devel | OK | 127 | ||
| windows-release | OK | 117 | ||
| windows-oldrel | OK | 102 | ||
| wasm-release | OK | 117 |
Exports:add_cell_messageadd_rowcheetahcheetah_proxycheetahOutputcolumn_defcolumn_groupdate_formatdelete_rowget_grid_datajs_ifelsenumber_formatrenderCheetah
Dependencies:base64encbslibcachemclidigestevaluatefastmapfontawesomefsgluehighrhtmltoolshtmlwidgetsjquerylibjsonliteknitrlifecyclemagrittrmemoisemimepillarpkgconfigR6rappdirsrlangrmarkdownsasstibbletinytexutf8vctrsxfunyaml
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Create a JavaScript cell message function for cheetahR widgets | add_cell_message |
| Add a row to a cheetah table | add_row |
| Create a Cheetah Grid widget | cheetah |
| Cheetah Grid Proxy | cheetah_proxy |
| Shiny bindings for cheetah | cheetah-shiny cheetahOutput renderCheetah |
| Shiny utility functions for cheetahR | cheetahr_shiny_utils |
| Column definition utility | column_def |
| Column group definitions | column_group |
| Delete a row from a cheetah grid | delete_row |
| Get the current data state of a cheetah grid | get_grid_data |
| Convert an R logical expression into a JS ternary expression | js_ifelse |
| Column formatter | date_format number_format |
