mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
Fix accidentally-commented-out line
Un-commented a line that should have been executable.
This commit is contained in:
parent
28eeb8f083
commit
ae44309270
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user