Fix accidentally-commented-out line

Un-commented a line that should have been executable.
This commit is contained in:
e99n09 2014-05-24 13:11:07 -04:00
parent 28eeb8f083
commit ae44309270

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