Displaying 2 results from an estimated 2 matches for "amp93".
Did you mean:
tmp93
2006 Jul 08
1
Combining a list of similar dataframes into a single dataframe
I would be very grateful to anyone who could point to the error of my
ways in the following.
I have a dataframe called net1, as such:
> str(net1)
`data.frame': 114192 obs. of 9 variables:
$ server : Factor w/ 122 levels "AB93-99","AMP93-1",..: 1 1 1
1 1 1 1 1 1 1 ...
$ ts :'POSIXct', format: chr "2006-06-30 12:31:44"
"2006-06-30 12:31:44" "2006-06-30 12:31:44" "2006-06-30 12:31:44" ...
$ instance : Factor w/ 22 levels "1","2","Compaq...
2006 Jul 09
0
Combining a list of similar dataframes into a single data frame [Broadcast]
...;- eval(parse(text=paste(sep=" ","rbind(",paste(sep="
","t1[[",1:length(t1),"]]",collapse=","),")")))
> str(jj)
`data.frame': 85644 obs. of 4 variables:
$ server : Factor w/ 122 levels "AB93-99","AMP93-1",..: 1 1 1 1
1 1 1 1 1 1 ...
$ ts :'POSIXct', format: chr "2006-06-30 12:31:44"
"2006-06-30 12:32:58" "2006-06-30 12:34:46" "2006-06-30 12:36:55" ...
$ countername : Factor w/ 4 levels "Bytes Received/sec",..: 1 1 1 1...