dan070/smalltableobject: Database Table Accessed As Data Frame

Use a sql-database table as if a local data frame. Table should be small-ish, as it will be downloaded to memory. Reading and writing the local dataframe is done as usual with [,]<-. When local dataframe changes, the entire data frame will be written to the data base. Column based hashing ensures that the local and remote tables are in sync at each step.

Getting started

Package details

Maintainer
LicenseGPL-2
Version0.1
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("dan070/smalltableobject")
dan070/smalltableobject documentation built on July 8, 2019, 7:52 a.m.