Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 345 Bytes

File metadata and controls

13 lines (11 loc) · 345 Bytes

EmptyRProject

This is an empty starter project for R, setting up the basic structure of a data analysis project. It includes the following basic steps:

  1. Initialise the project
  2. Load R libraries
  3. Read source data
  4. Clean the data
  5. Perform the analysis
  6. Visualise the results
  7. Finalise the project
  8. Start a Shiny app (optional)