datastorr.example

Example use of datastorr

Example use of datastorr.

Installation

devtools::install_github("richfitz/datastorr")
devtools::install_github("richfitz/datastorr.example")

Usage

datastorr.example::mydata_del(NULL)

To start with there is no data present:

datastorr.example::mydata_versions()

Though there are versions on github:

datastorr.example::mydata_versions(local=FALSE)

Retrieve the data:

system.time(d <- mydata())

The progress bar looks a bit messed up but should work well interactively. The relevant time is the elapsed time, rather than user or system time.

The data in all its glory:

head(d)

Subsequent calls are very fast:

system.time(d <- mydata())

The local versions:

datastorr.example::mydata_versions()


richfitz/dataverse.example documentation built on May 27, 2019, 8:16 a.m.