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

Description Usage Arguments Details Examples

View source: R/radiant.R

Description

Create a launcher and updater for Linux (.sh)

Usage

1
2
3
4
lin_launcher(
  app = c("radiant", "radiant.data", "radiant.design", "radiant.basics",
    "radiant.model", "radiant.multivariate")
)

Arguments

app

App to run when the desktop icon is double-clicked ("analytics", "marketing", "quant", or "base"). Default is "analytics"

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

1
2
3
4
## Not run: 
radiant::lin_launcher("radiant")

## End(Not run)

Octopus-Solutions/OctopusAnalytics documentation built on Feb. 22, 2021, 3:50 a.m.