Skip to content

armstrtw/Rs3cmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Info

Purpose

Rs3cmd is an R package for reading/writing to Amazon S3.

Usage

library(Rs3cmd)
x <- rnorm(100)
s3.put(x,"s3://prod/my.rands.rds")
x.s3 <- s3.get("s3://prod/my.rands.rds")
stopifnot(all.equal(x,x.s3))

About

R Bindings for s3cmd

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages