r - I got !header: invalid argument type" -


i'm using r calculate matrix:

but in code i'm trying use functions assign , past, got

!header: invalid argument type

this part of code:

assign(paste("tableau",1),read.csv(paste("~/bureau/mohamed/etude_donnees_durance/precalcul/frequences/2006/",f[1],sep="/"),header=t,sep="/",dec=".")) 


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -