RSQLiteAdmin Vignette"

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

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()


Try the rsqliteadmin package in your browser

Any scripts or data that you put into this service are public.

rsqliteadmin documentation built on July 5, 2021, 1:06 a.m.