Hi there,
Just wondering if there's a way to get a value you've
assigned within a function, out of the function?
For example,
function ()
{
testing <-read.table("...",header=TRUE)
}
I want to be able to use 'testing' outside of the function,
so be able to call ls() and testing be there...
Any ideas?
Thanks!
Kathryn