Comment detail
LL Golf Hole 4 - 文章から単語の索引を作る (Nested Flatten)ちょっと短くしました。
1 2 | f <- 'http://www.gnu.org/licenses/gpl.txt'
sapply(unique(unlist(strsplit((l<-readLines(f)),"\\W+"))),grep,l)
|
ちょっと短くしました。
1 2 | f <- 'http://www.gnu.org/licenses/gpl.txt'
sapply(unique(unlist(strsplit((l<-readLines(f)),"\\W+"))),grep,l)
|
kkobayashi
#7072()
[
R
]
Rating0/0=0.00
コード内にURLが出るかでないかで長さがだいぶ違ってくるのでは・・・。
とりあえず普通に。
Rating0/0=0.00-0+
1 reply [ reply ]