Directly open the 'pagoda2' web application and view the 'p2web' application object from our R session
show.app(app, name, port, ip, browse = TRUE, server = NULL)
'pagoda2' application object
character Name of the application to view
numeric Port number
numeric IP address
boolean Whether to load the app into an HTML browser (default=TRUE)
server If NULL, will grab server with get.scde.server(port=port, ip=ip) (derfault=NULL)
application within browser