Merge pull request #622 from e99n09/patch-2

Fix accidentally-commented-out line
This commit is contained in:
Nami-Doc 2014-05-24 19:15:51 +02:00
commit 591ef1048d

View File

@ -516,8 +516,8 @@ students[,order(c("name","year","house","houseFounderName")), with=F]
# 6: Draco 0 S Salazar
# data.table makes summary tables easy
students[,sum(year),by=house]
# =>
# students[,sum(year),by=house]
# house V1
# 1: G 3
# 2: H 3