Displaying 1 result from an estimated 1 matches for "jsrstart".
Did you mean:
arrstart
2011 Dec 01
2
R code
...paste function.
Thanks very much in advance.
**********************
for(i in 1:93)
{
inputdta<- read.table(file=gsub(" ","",paste("JSR_network_[",i,"].RAW"),
fixed=TRUE), header=TRUE)
colnames(inputdta) <- c("jsrid","firmid","jsrstart","injsr")
print(nrow(inputdta))
}
***************
Message: Error in scan(file, what, nmax, sep, dec, quote, skip, nlines,
na.strings, : line 547 did not have 4 elements
--
View this message in context: http://r.789695.n4.nabble.com/R-code-tp4125904p4125904.html
Sent from the R hel...