(1) R Kickstart and Data Import – Practical

(1) R Kickstart and Data Import – Practical

Duration: 30 minutes. Follow each step and track your completion status.

Step 1

Open RStudio and create a new project named thailand_workshop_module1.

Step 2

Create folders: data, scripts, outputs and notes.

Step 3

Create script 01_setup.R and set a clean, reproducible workflow header.

Step 4

Import a CSV file with read.csv and inspect first rows with head().

Step 5

Save your script and export a quick project summary as notes.

Step 6

Mark this practical complete once you can re-run everything from top to bottom.



Back to Workshop overview