launcher: Create a launcher on the desktop for Windows (.bat), Mac...

Description Usage Arguments Details See Also Examples

View source: R/radiant.R

Description

Create a launcher on the desktop for Windows (.bat), Mac (.command), or Linux (.sh)

Usage

1
2
3
4
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 Windows/Mac/Linux a file named radiant.bat/radiant.command/radiant.sh will be put on the desktop. Double-click the file to launch the specified Radiant app

See Also

win_launcher to create a shortcut on Windows

mac_launcher to create a shortcut on Mac

lin_launcher to create a shortcut on Linux

Examples

1
2
3
4
## Not run: 
radiant::launcher("radiant.model")

## End(Not run)

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