| runMosaic {Mosaic} | R Documentation |
Run Mosaic in your webbrowser.
runMosaic(devel = F, server = T, ...)
devel |
Enable troubleshooting tools (default: FALSE). May constitute security risk if run on a publicly available server. |
server |
Enable server mode (users can not access file paths on the server directly), default is TRUE. |
... |
Additional arguments passed to shiny::runApp, e.g. to set up the port used or to make Mosaic reachable from other computers (with host = getOption("shiny.host", "0.0.0.0")) |