The DT package is a wrapper of the JavaScript library 'DataTables', and is a powerful way of rendering HTML tables from R dataframes using JavaScript, usually via Markdown or Shiny. This package is mostly a wrapper around DT::datatable() with more convenient defaults and simplified syntax. The most common elements of the options() list argument are moved to direct arguments list datatable_EZ function. This avoids the need to include a long list of options (which is not fully documented in the DT package documentation). See the vignette for most common usage examples.
Package details |
|
|---|---|
| Author | Vadim Bondarenko |
| Maintainer | Vadim Bondarenko <vadimus202@gmail.com> |
| License | GPL-3 | file LICENSE |
| Version | 0.1.1 |
| URL | https://github.com/vadimus202/datatableEZ |
| Package repository | View on GitHub |
| Installation |
Install the latest version of this package by entering the following in R:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.