Skip to main content

Section A.1 Project and Environment

  • Am I working inside an R Project to keep files organized and paths consistent?
  • Can my analysis run from a clean R session without manual intervention?
  • Are all required packages explicitly loaded within the script or R Markdown document?
  • Have I avoided relying on objects created outside the current file?