Skip to content
Prev 353667 / 398503 Next

Error

What do you think "data" is in:

rbind(data, read.csv(filename[id]))

str(data) ## before running your function

will show you that it is probably the built in function data() which
is probably the source of your error.


Cheers,
Bert


Bert Gunter

"Data is not information. Information is not knowledge. And knowledge
is certainly not wisdom."
   -- Clifford Stoll
On Sun, Aug 16, 2015 at 2:01 AM, Nikita Dinger <dingernikita at gmail.com> wrote: