launch a local server to explore the results with a browser.
# S4 method for Vision
viewResults(object, port = NULL, host = NULL, browser = TRUE, name = NULL)
# S4 method for character
viewResults(object, port = NULL, host = NULL, browser = TRUE, name = NULL)
VISION object or path to an RDS file containing such an object (saved using saveAndViewResults, or directly using saveRDS)
The port on which to serve the output viewer. If omitted, a random port between 8000 and 9999 is chosen.
The host used to serve the output viewer. If omitted, "127.0.0.1" is used.
Whether or not to launch the browser automatically (default=TRUE)
Name for the sample - is shown at the top of the output report
None