sd_findWidget: Try to deduce the shiny input/output element type from its name
Description
Try to deduce the shiny input/output element type from its name
Usage
sd_findWidget(self, private, name, iotype)
Arguments
self
me
private
private me
name
The name of the Shiny input or output to search for.
iotype
It is possible that an input has the same name as
an output, and in this case there is no way to get element without
knowing whether it is an input or output element.