Assume that I know a package's (Context?) name that is loaded. Now I want to list the functions defined in this package. How can I do it?
I remember that I found a way once, but I cannot re-find it. I tried some combinations with ? but for vain.
|
Assume that I know a package's (Context?) name that is loaded. Now I want to list the functions defined in this package. How can I do it? I remember that I found a way once, but I cannot re-find it. I tried some combinations with |
|||
|
|
|
Possibly this way:
or alternatively (see the copy&paste issue in the comments)
See also the help under
|
|||||||||||||||||
|
|
Another possibility:
|
|||||
|
|
I made a little interactive thing ('reportPackages') that often proves helpful. It lives in my own utilities package:
|
||||
|
|