Add tags

Add tags to the following comment

コード内にURLが出るかでないかで長さがだいぶ違ってくるのでは・・・。

とりあえず普通に。

1
2
f <- 'http://www.gnu.org/licenses/gpl.txt'
sapply(names(table(unlist(strsplit((l<-readLines(f)),"\\W+")))), function(s) grep(s,l))

Add tags

The input will be splited to tags with space.

Index

Feed

Other

Link

Pathtraq

loading...