Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

jhulndev/rstash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rstash

The purpose of this package is to abstract away where your data is being stored, giving a consistent means of accessing and moving your data whether it is on your local file system or in a cloud based object storage system.

rstash still has a way to go before being released to CRAN, but you can install the latest development version from GitHub with:

if (packageVersion('devtools') < 1.6) {
  install.packages('devtools')
}
devtools::install_github('jhulndev/rstash')

This package depends on cloudyr/aws.s3 which is not available on CRAN at this time, but can be installed through the following:

install.packages('aws.s3', repos = c(getOption('repos'), 'http://cloudyr.github.io/drat'))

About

File and Object Storage Abstraction for R

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages