Skip to content
Prev 85649 / 398503 Next

How to get the namespace of a function?

It actually did find index -- in fact, the error message is coming from index.
I forgot that in this case index is a generic which in turn is calling
index.ts and that is what it can't find.  How about one of these:
+ envir = as.environment("package:zoo"))
[1] 1 2 3 4

or
[1] 1 2 3 4
On 2/2/06, Fernando Saldanha <fsaldan1 at gmail.com> wrote: