Live data from Hacker News

Viewing profile — eeshanC

eeshanC

HN member
Joined
Fri, Jan 10, 2014, 7:05 AM UTC
HN karma
3
Public activity
3 items

About eeshanC

No profile information was provided.

Recent public activity

  1. comment
    Comment #7035567

    True that. But there is also another side to this story, where such nested calls translates naturally to what we are thinking, i.e. length(unique(text)) comes from the thought "How…

  2. comment
    Comment #7035496

    Very clean. 1 small change to make it count of frequencies- table(scan('test.txt',character(),sep=" "))

  3. comment
    Comment #7035484

    I'd like to jump in with a little R here- it not all that difficult in "that" either! open(con text = readLines(con, n= -1L) # n is number of lines to read, -1L means read all of i…