runMosaic {Mosaic}R Documentation

Run Mosaic

Description

Run Mosaic in your webbrowser.

Usage

runMosaic(devel = F, server = T, ...)

Arguments

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"))


[Package Mosaic version 0.7.0 Index]