Nice R Code

Punning code better since 2013

Things we never covered

  • Workflow
    • Structuring your files
    • Sourcing functions
    • Creating packages
  • More flow control
    • if, while, repeat
    • replicate, apply, mapply
  • Debugging and reading error messages
  • More on functions
    • functions of more than one argument (function(x,y) x + y)
    • default arguments
    • named arguments
    • ellipsis arguments and making clever interfaces
    • “S3” methods
  • Plotting and data analysis are in the next two classes!

Comments