Skip to content
Prev 279647 / 398503 Next

args() function does not list function prototype for locally-produced/installed R package

Duncan:
  Indeed, adding the function names to the  NAMESPACE file (in the form: 
export(functionName))  solved the problem,
and the args() function displays the function argument lists.
Thanks,
Rick Reeves
On 12/5/2011 2:49 PM, Duncan Murdoch wrote: