Skip to content

Commit

Permalink
Merge branch 'main' of github.com:ucdavisdatalab/workshop_intermediate_r
Browse files Browse the repository at this point in the history
  • Loading branch information
wes-brooks committed Jan 10, 2024
2 parents c9f0796 + a7962fe commit 5d870b5
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 13 deletions.
12 changes: 6 additions & 6 deletions 03_string_date_processing.Rmd → 01_string_date_processing.Rmd
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# (PART) Cleaning Data & Automating Tasks {-}
# (PART) Cleaning & Reshaping Data {-}

String & Date Processing
========================

This chapter is part 1 (of 2) of _Cleaning Data & Automating Tasks_, a workshop
series about how to prepare data for analysis and automate tedious repetitive
tasks. The major topics of this chapter are how to convert dates and times into
appropriate R data types and how to extract and clean up data from strings
(including numbers with non-numeric characters such as `$`, `%`, and `,`).
This chapter is part 1 (of 2) of _Cleaning & Reshaping Data_, a workshop series
about how to prepare data for analysis. The major topics of this chapter are
how to convert dates and times into appropriate R data types and how to extract
and clean up data from strings (including numbers with non-numeric characters
such as `$`, `%`, and `,`).


#### Learning Objectives {-}
Expand Down
File renamed without changes.
4 changes: 4 additions & 0 deletions 03_writing_r_scripts.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# (PART) Writing & Debugging R Code {-}

Best Practices for Writing R Scripts
====================================
11 changes: 5 additions & 6 deletions 02_debugging.Rmd → 04_debugging.Rmd
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
Output, Errors, and Bugs
========================
Squashing Bugs with R's Debugging Tools
=======================================

This chapter is part 2 (of 2) of _Thinking in R_, a workshop series about how R
works and how to examine code critically. The major topics of this chapter are
how to print output, how R's conditions system for warnings and errors works,
how to use the R debugger, and how to estimate the performance of R code.
The major topics of this chapter are how to print output, how R's conditions
system for warnings and errors works, how to use the R debugger, and how to
estimate the performance of R code.

#### Learning Objectives {-}

Expand Down
2 changes: 1 addition & 1 deletion 05_visualization.Rmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (PART) Data Visualization and Analysis in R {-}
# (PART) Data Visualization & Analysis in R {-}

# Data Visualization in R

Expand Down
File renamed without changes.
6 changes: 6 additions & 0 deletions 07_language_fundamentals_2.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Part 2
======

This chapter is part 2 (of 2) of _Thinking in R_, a workshop series about how R
works and how to examine code critically.

0 comments on commit 5d870b5

Please sign in to comment.