Coding basics

module 1
week 1
coding
names
style
Basic concepts in coding, style, and naming
Author

Jeff Stevens

Published

January 27, 2023

Before we get too far into learning R, it makes sense to start by getting up to speed on some coding basics.

Learning objectives

  • Learn the terminology used in coding
  • Learn how to assign information to objects in R
  • Learn how to use tidyverse coding style
  • Learn how to name files and folders

Pre-meeting

To prepare for this class meeting, please do the following:

Class meeting

[Slides] [Code]

  • Coding terms
  • Assignment
  • Mental model of coding
  • Coding style
  • Naming things
  • Let’s code!
  • Slides and Code

Homework after the class meeting

Wrap up this lesson

For next class meeting