RSQLiteAdmin is a comprehensive GUI tool written in R Shiny to explore, manage and update SQLite Databases. Its features include :
- Creating/Deleting Databases.
- Importing/Exporting data from delimited files.
- Viewing/Editing data within tables.
- Querying and Searching a database.
This package was developed as a part of the Google Summer of Code 2020 program. Special Thanks to all the mentors for supporting the development throughout the program.
Install the package via:
devtools::install_github("https://github.com/rsqliteadmin/rsqliteadmin")
Use this commmand to run the app:
rsqliteadmin::run_rsqliteadmin()