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.1.0")



Attach the package and use:
library("editbl")
Maintained by
Jasper Schelfhout
[Scholar Profile | Author Map]
First Published: 2023-09-05
Latest Update: 2024-01-10
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.1.0, https://cran.r-project.org/web/packages/editbl. Accessed 02 Apr. 2025.
Previous versions and publish date:
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)
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
03/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/01Downloads for editbl05101520253035404550TrendBars

Today's Hot Picks in Authors and Packages

geonapi  
'GeoNetwork' API R Interface
Provides an R interface to the 'GeoNetwork' API () allowing ...
Download / Learn more Package Citations See dependency  
CTShiny  
Interactive Document for Working with Classification Tree Analysis
An interactive document on the topic of classification tree analysis using 'rmarkdown' and 'shiny' ...
Download / Learn more Package Citations See dependency  
munfold  
Metric Unfolding
Multidimensional unfolding using Schoenemann's algorithm for metric and Procrustes rotation of unfo ...
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  
binom  
Binomial Confidence Intervals for Several Parameterizations
Constructs confidence intervals on the probability of success in a binomial experiment via several ...
Download / Learn more Package Citations See dependency  
CodeDepends  
Analysis of R Code for Reproducible Research and Code Comprehension
Tools for analyzing R expressions or blocks of code and determining the dependencies between them. ...
Download / Learn more Package Citations See dependency  

23,990

R Packages

207,311

Dependencies

64,809

Author Associations

23,991

Publication Badges

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