On 15/05/11 13:41, Dan Abner wrote:
Hello everyone,
Is there an R function that returns an object's search path position?
?find
cheers,
Rolf Turner
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEAS
On 14/05/2011 9:41 PM, Dan Abner wrote:
Hello everyone,
Is there an R function that returns an object's search path position?
Does find() do what you want? It doesn't give the position in the
search path, but you could get that from something like
name <- "plot"
which( search() %in% find(
Hello everyone,
Is there an R function that returns an object's search path position?
Thank you,
Dan
[[alternative HTML version deleted]]
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the pos
3 matches
Mail list logo