Description
Humane Interface to Amazon Web Services.
Description
An opinionated interface to Amazon Web Services <https://aws.amazon.com>, with functions for interacting with 'IAM' (Identity and Access Management), 'S3' (Simple Storage Service), 'RDS' (Relational Data Service), Redshift, and Billing. Lower level functions ('aws_' prefix) are for do it yourself workflows, while higher level functions ('six_' prefix) automate common tasks.
README.md
sixtyfour
A science-focused, more humane R interface to AWS.
Installation
CRAN version
# install.packages("pak")
pak::pak("sixtyfour")
Development version
# install.packages("pak")
pak::pak("getwilds/sixtyfour")
Documentation
Go to http://getwilds.org/sixtyfour/ for sixtyfour
package documentation. Go to the Get Started vignette to get started.
This package leans primarily on the packages paws and s3fs.
Bugs? Features?
Open an issue on our issue tracker.
Contributors
See the Contributing article
This package follows Git Flow. See the Contributing guide for details.
Code of Conduct
Please note that the sixtyfour project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
Roadmap
See the next release (v0.3).