df<-NULL
new_row<-data.frame(colA="xxx",colB=123)
df<-rbind(df,new_row)