RSQLiteAdmin Vignette

Setup

For RSQLiteAdmin to work, you should use the latest version of R (or at least later than version 3.5.0). Download R for Windows or Mac.

To install and run RSQLiteAdmin, enter the following commands in your R console:

# install the package
install.packages('rsqliteadmin')
# load the package  
library(rsqliteadmin)
# run the app
run_app()