Skip to content
Prev 325198 / 398503 Next

help using code

Hello,

I believe you are making a confusion on how to call a function in R. You 
don't replace the argument in the function declaration. what you do is 
to call the function like this:

importdata("~/path to/filename.xyzuvwrgb")

leaving the function definition alone.

Hope this helps,

Rui Barradas

Em 11-06-2013 19:52, John McDermott escreveu: