Re: contexts and functions
- To: mathgroup at smc.vnet.net
- Subject: [mg94578] Re: contexts and functions
- From: dh <dh at metrohm.com>
- Date: Tue, 16 Dec 2008 06:04:50 -0500 (EST)
- References: <gi5jp8$ps3$1@smc.vnet.net>
Hi Francisco, if you set up your package the standard way, you can get the functions and variables the package declares by (after having loaded the package): ?packagename`* hope this helps, Daniel Francisco Gutierrez wrote: > Dear friends: > A very elementary question. I have created a package with several functions in it. How can I retrieve a list of all the functions the package has? > Thanks > Francisco >