noamross / zero-dependency-problems

Real-world code problems in R, without dependencies
79 stars 25 forks source link

base-data-with-different-names #22

Open noamross opened 9 years ago

noamross commented 9 years ago

https://github.com/noamross/zero-dependency-problems/blob/master/R/base-data-with-different-names.md

I seem to be unable to load the "beavers" data to complete the quiz. I used:

data(beavers)

But then I just get error messages saying "object 'beavers' not found"

Any suggestions?