Learning Objectives: After completing this material, an individual will be able to organize data tasks in a variety of ways.
- document ongoing work with R Markdown
- create functions to collapse repeated steps into one-line "verbs"
- use git and github to keep track of code and document changes with version control
- organize documentation and data tasks into packages (
R
libraries) to share - create and manage external database with
R
objects
file | contents |
---|---|
Rmarkdown | Rmarkdown Report Writing |
RmarkdownExample | Rmarkdown Example |
function | examples of functions |
github | GitHub Version Control |
database | create and manage external databases |
SQLiteDplyr | lesson using dplyr with SQLite |
writing | Communication & Writing |