fun2wFun {widgetInvoke} | R Documentation |
This function will take a function name and attempt to create a
corresponding wFun
object for it based off of available
information about the function.
fun2wFun(funName)
funName |
The name of the function to use |
This function will first attempt to get the argument list for the
requested function, and then create a basic/default wFun
object for this function. The wFun
object can be
further manipulated by the user, if desired.
Typically, this function is primarily used internally by
createWF
.
An object of class wFun
, representing available
knowledge about the requested function.
Jeff Gentry
createWF
, widgetInvoke
,
wFun
, writeWIxml
, readWIxml
z <- fun2wFun("apropos") funName(z) funArgList(z)