aws.ec2
aws.ec2 copied to clipboard
Create template
Added some new functions per #42. First time working with the EC2 API so feedback is appreciated!
Please ensure the following before submitting a PR:
- [x] if suggesting code changes or improvements, open an issue first
- [ ] for all but trivial changes (e.g., typo fixes), add your name to DESCRIPTION
- [x] for all but trivial changes (e.g., typo fixes), documentation your change in NEWS.md with a parenthetical reference to the issue number being addressed
- [ ] if changing documentation, edit files in
/Rnot/manand rundevtools::document()to update documentation - [x] add code or new test files to
/testsfor any new functionality or bug fix - [x] make sure
R CMD checkruns without error before submitting the PR