Logo

Exercises - Creating a Word Cloud

Basics of R for Data Science

This exercise goes beyond the scope of the present introductory course but is a nice challenge for more advanced R users. It integrates multiple skills: importing data, manipulating text and strings, performing basic string operations, visualizing data, exporting figures. Plus, the result is visually appealing and can make for a great showcase!

GOAL: Create a colorful Word Cloud that represents the corpus of research published by your supervisor (or any other researcher with a sufficiently large corpus of publications). This word cloud must highlight key terms and themes in their work, based on their titles, abstracts, or other content.

HINTS: