radiant {radiant} | R Documentation |
radiant
Description
Launch radiant in the default web browser
Usage
radiant(state, ...)
Arguments
state |
Path to state file to load |
... |
additional arguments to pass to shiny::runApp (e.g, port = 8080) |
Details
See https://radiant-rstats.github.io/docs/ for documentation and tutorials
Examples
## Not run:
radiant()
radiant("https://github.com/radiant-rstats/docs/raw/gh-pages/examples/demo-dvd-rnd.state.rda")
## End(Not run)
[Package radiant version 1.6.6 Index]