tavareshugo / R-intro-Cambridge-SysBio

Introduction to R for Part III Systems Biology course, Cambridge University
https://tavareshugo.github.io/R-intro-Cambridge-SysBio/
1 stars 0 forks source link

Error in data frame dimensions #3

Closed mvanrongen closed 3 years ago

mvanrongen commented 3 years ago

On the Extra practice exercises page > Part II - reading and checking quality of data it mentions that the gapminder1990to2010_energy.tsv file contains 3968 rows and 7 columns. This is not correct with the current file given, it has fewer rows and only 6 columns. The dimensions may be hard-coded. If so, generating them automatically would probably be better.

tavareshugo commented 3 years ago

moved here