openintro-statistics-slides icon indicating copy to clipboard operation
openintro-statistics-slides copied to clipboard

Update code in examples

Open mine-cetinkaya-rundel opened this issue 6 years ago • 0 comments

Some of the R code in the examples doesn't follow best practices

  • There are a few setwd() commands sprinkled around -- replace with use of here::here()
  • The code isn't always easy to follow due to lack of comments -- comment liberally
  • Code doesn't match code presented in labs -- tidyversify

mine-cetinkaya-rundel avatar Aug 13 '19 08:08 mine-cetinkaya-rundel