Part 1.
Load the tidyverse and dplyr packages.
Read the file in. Remeber to specify the sep = “;” argument. You may assign the dataframe to ‘potions’.
Part 2.
Print the first 5 rows only.
How many observations and variables does this dataframe have?
What are the types of variables in this dataset (use code)?
How many beginner level potions exist in this dataset? (Hint: select all columns)