Learning Objectives: After completing this material, an individual will be able to organize data in a variety of ways.
- document ongoing work with R Markdown
- use git and github to keep track of code and document changes with version control
- organize functions, documentation and data into packages (
R
libraries) to share
- create and manage external database with
R
objects
- see databases
- understand use and limitations of CSV and XLS file formats
- understand and use SQLite in
R
; learn about DBI, dbplyr
- understand and use RDS and feather formats