Other packages > Find by keyword >

editbl  

'DT' Extension for CRUD (Create, Read, Update, Delete) Applications in 'shiny'
View on CRAN: Click here


Download and install editbl package within the R console
Install from CRAN:
install.packages("editbl")

Install from Github:
library("remotes")
install_github("cran/editbl")

Install by package version:
library("remotes")
install_version("editbl", "1.3.0")



Attach the package and use:
library("editbl")
Maintained by
Jasper Schelfhout
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2023-09-05
Latest Update: 2025-04-24
Description:
The core of this package is a function eDT() which enhances DT::datatable() such that it can be used to interactively modify data in 'shiny'. By the use of generic 'dplyr' methods it supports many types of data storage, with relational databases ('dbplyr') being the main use case.
How to cite:
Jasper Schelfhout (2023). editbl: 'DT' Extension for CRUD (Create, Read, Update, Delete) Applications in 'shiny'. R package version 1.3.0, https://cran.r-project.org/web/packages/editbl. Accessed 18 Sep. 2026.
Previous versions and publish date:
(2026-07-09 18:30), 0.9.5 (2023-09-05 21:50), 0.9.6 (2023-09-19 13:00), 1.0.1 (2023-10-13 17:20), 1.0.2 (2023-10-30 08:40), 1.0.3 (2024-01-10 14:13), 1.0.4 (2024-05-07 15:50), 1.0.5 (2024-05-21 09:30), 1.1.0 (2025-01-31 11:40), 1.2.0 (2025-03-31 13:20), 1.3.0 (2025-04-24 15:40)
Other packages that cited editbl R package
View editbl citation profile
Other R packages that editbl depends, imports, suggests or enhances
Complete documentation for editbl
Functions, R codes and Examples using the editbl R package
Some associated functions: addButtons . beginTransaction . castForDisplay . castFromTbl . castToFactor . castToSQLSupportedType . castToTbl . castToTemplate . checkForeignTbls . coalesce . coerceColumns . coerceValue . commitTransaction . connectDB . createButtons . createButtonsHTML . customButton . demoServer_DB . demoServer_custom . demoServer_mtcars . demoUI_DB . demoUI_custom . demoUI_mtcars . devServer . devUI . disableDoubleClickButtonCss . eDT . eDTOutput . eDT_app . eDT_app_server . eDT_app_ui . e_rows_insert.default . e_rows_insert.dtplyr_step . e_rows_insert . e_rows_insert.tbl_dbi . e_rows_update.data.frame . e_rows_update.default . e_rows_update.dtplyr_step . e_rows_update . e_rows_update.tbl_dbi . fillDeductedColumns . fixInteger64 . foreignTbl . getColumnTypeSums . getNonNaturalKeyCols . get_db_table_name . initData . inputServer.default . inputServer . inputUI.default . inputUI . isMissing . joinForeignTbl . rollbackTransaction . rowInsert . rowUpdate . rows_delete.dtplyr_step . runDemoApp . runDemoApp_DB . runDemoApp_custom . runDemoApp_mtcars . runDevApp . selectInputDT_Server . selectInputDT_UI . shinyInput . standardizeArgument_colnames . standardizeArgument_editable . whereSQL . 
Some associated R codes: demoApp.R . devApp.R . eDT.R . eDT_app.R . foreignTbl.R . selectInputDT.R . shinyInput.R . tbl.R . tbl_dbi.R . tbl_df.R . tbl_dtplyr_step.R . utils.R .  Full editbl package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

hmeasure  
The H-Measure and Other Scalar Classification Performance Metrics
Classification performance metrics that are derived from the ROC curve of a classifier. The package ...
Download / Learn more Package Citations See dependency  
injectoR  
R Dependency Injection
R dependency injection framework. Dependency injection allows a program design to follow the depend ...
Download / Learn more Package Citations See dependency  
downlit  
Syntax Highlighting and Automatic Linking
Syntax highlighting of R code, specifically designed for the needs of 'RMarkdown' packages like 'pk ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
eyelinker  
Import ASC Files from EyeLink Eye Trackers
Imports plain-text ASC data files from EyeLink eye trackers into (relatively) tidy data frames for ...
Download / Learn more Package Citations See dependency  
data360r  
Wrapper for 'TCdata360' and 'Govdata360' API
Makes it easy to engage with the Application Program Interface (API) of the 'TCdata360' and 'Govdat ...
Download / Learn more Package Citations See dependency  

28,565

R Packages

239,283

Dependencies

75,677

Author Associations

28,566

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA