Session Ready
Exercise

Hello rbokeh!

In the steps of this exercise, you will practice manipulating data and viewing your first rbokeh plots. In the next lesson you will learn more about how to create these plots step by step.

You will use the gapminder dataset, which is an excerpt of the Gapminder data, and contains information on life expectancy, GDP per capita, and population by country.

Instructions 1/2
undefined XP
  • 1
  • 2
  • Load rbokeh, gapminder and dplyr using library().
  • Explore the gapminder dataset using str().