Skip to content
Prev 85796 / 398503 Next

srt --- slope text with function? (list user defined functions)

I'll respond to one of your multitude of queries below.  Suggest that you 
confine your postings to a single issue so that the subject heading is more 
meaningful.

Cheers, Pierre


ivo welch offered the following remark on 02/05/06 11:28...
[...]
The following lists the functions defined in a (default current) environment:

"lsf" <- function (pos = 1)
{
   junk <- ls(pos, all.names = TRUE)
   junk[sapply(junk, function(x) is.function(eval(as.symbol(x))))]
}
[...]