Displaying 1 result from an estimated 1 matches for "pubyr".
Did you mean:
pubbr
2007 Jun 28
1
navel-gazing
...(which is how ISI seems to be tagging things).
The results are interesting -- about 2400 references.
Enjoy these summaries ...
urlpref = "http://www.zoo.ufl.edu/bolker/R_isidata"
types = c("author","country","doctype","inst","lang","pubyr",
"source","subject")
files = paste("isidat_",types,".txt",sep="")
dat = lapply(paste(urlpref,files,sep="/"),
function(f) {
read.table(f,quote="\"",header=TRUE,as.is=TRUE)})
tmpf = function(x) {
x = head(x,10)...