From 74dcefbb5ac8dd465e8e08b54ec63ea0a5848ba9 Mon Sep 17 00:00:00 2001
From: pfoo <pfoo@ed.ac.uk>
Date: Fri, 7 Mar 2025 15:23:54 +0000
Subject: [PATCH] Update README with course description

---
 README.md | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e112ad7..60c918e 100644
--- a/README.md
+++ b/README.md
@@ -2,9 +2,18 @@
 
 Last Updated: 3rd March 2025
 
-## Description
+## Repository Description
 This repository contains the exercise materials for the course. It includes datasets and notebook files designed to help you practice importing, analyzing, and editing data.
 
+### Course Description
+In this course, you will learn about R, which is a programming language that is commonly used for statistical analysis and data visualisation. We will be looking at:
+- How to import datasets
+- Getting an overview of a dataset using R commands
+- Reordering data
+- Dealing with incomplete case(s)
+
+By the end of this course, you will be able to import datasets in various formats, use commands to understand your data better, and edit datasets to handle incorrect ordering or incomplete entries.
+
 ## Requirements
 Ensure that you have access to the Learn course page [Introduction to R](https://www.learn.ed.ac.uk/ultra/courses/_114976_1/outline). 
 
-- 
GitLab