fork download
  1. # your code goes here
Success #stdin #stdout 0.17s 175680KB
stdin
library("reshape2")
m1<-c(1,"aa","bb")
m2<-c(1,"aaa","bbb")
df<-rbind(m1,m2)
col.names(df)<-c("Time","Var1","Var2")
df
stdout
Standard output is empty