Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Readr
Summary

Instruction

Now that the problem with the companies data has been fixed, we can move on to other data.

Let's see what the botanical garden has given us. We should have data about plant names, countries of origin, and ages. Let's see if that's what we get.

Exercise

Read the botanical garden's data (from data/plants.csv) and assign it to the plants variable.

Stuck? Here's a hint!

Type:

plants <- read_csv("data/plants.csv")