lin_launcher: Create a launcher and updater for Linux (.sh)

View source: R/radiant.R

lin_launcherR Documentation

Create a launcher and updater for Linux (.sh)

Description

Create a launcher and updater for Linux (.sh)

Usage

lin_launcher(
  app = c("radiant", "radiant.data", "radiant.design", "radiant.basics", "radiant.model",
    "radiant.multivariate"),
  port = 4444,
  pdir = Sys.getenv("HOME")
)

Arguments

app

App to run when the desktop icon is double-clicked ("radiant", "radiant.data", etc.). Default is "radiant"

port

Port to use for shiny::runApp (e.g, port = 4444)

pdir

Project directory to use. Default is Sys.getenv("HOME")

Details

On Linux a file named 'radiant.sh' and one named 'update_radiant.sh' will be put on the desktop. Double-click the file to launch the specified Radiant app or update Radiant to the latest version

Examples

## Not run: 
radiant::lin_launcher("radiant")

## End(Not run)


radiant-rstats/radiant documentation built on Jan. 19, 2024, 12:05 p.m.