beerda/crudtable: A Shiny toolkit for Create-Read-Update-Delete Operations on Data

Crudtable is a module for Shiny web-applications that provides full data manipulation functionality: Creating, Reading, Updating and Deleting. Data are viewed in a data table, which contains buttons for editing or deleting of a record. Data editing is done via user-definable modal dialog that supports various input types as well as validation of input data. Crudtable uses the DBI interface to access the data table so that it is easy to connect it to the database such as SQLite or to modify the in-memory data frame.

Getting started

Package details

Maintainer
LicenseGPL-3
Version1.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("beerda/crudtable")
beerda/crudtable documentation built on July 13, 2020, 2:16 p.m.