R automate object naming -


i´m trying automate task in r. need create object named expression extracted table. in example object p1 , named extracted as.expression.

 p1<-(cbind(table.df[1,], table.df.sum)) p1text<-as.expression(row.names(table.df)[1]) 

i want p1 named expression extracted p1text thank much


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

.htaccess - ERR_TOO_MANY_REDIRECTS htaccess -