Re: Finding the package that the function comes from
- To: mathgroup at smc.vnet.net
- Subject: [mg93844] Re: Finding the package that the function comes from
- From: dh <dh at metrohm.com>
- Date: Thu, 27 Nov 2008 05:28:28 -0500 (EST)
- References: <ggj7jc$j8p$1@smc.vnet.net>
Hi Tom, to get the package name of a function, you may type: ?*`functionname hope this helps, Daniel tomfabtastic at hotmail.com wrote: > Hello, > > I am using a number of packages. I can often remember what function I > want to use, but can't remember what package the function comes from. > > I know that to list all the functions of PackageX I use: > ?PackageX` > > But what if I know the function, but don't know which package it comes > from ? Is there a command thats allow the function as input and then > outputs the package name ? > > Thanks > Tom >