vadimus202/datatableEZ: A Convenient Wrapper for DT Package

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.

Getting started

Package details

AuthorVadim Bondarenko
MaintainerVadim Bondarenko <vadimus202@gmail.com>
LicenseGPL-3 | file LICENSE
Version0.1.1
URL https://github.com/vadimus202/datatableEZ
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("vadimus202/datatableEZ")
vadimus202/datatableEZ documentation built on May 3, 2019, 2:41 p.m.