This document provides instructions for a case study on web scraping Olympics data from Wikipedia pages using R. It discusses importing the raw HTML data from the URLs using readLines(), then exploring the structure and content of the imported data. The document emphasizes using base R functions instead of packages for this task. It then provides an overview of HTML to help understand how to locate and extract the desired data tables from the raw HTML.