launcher: Create a launcher on the desktop for Windows (.bat), Mac (.command), or Linux (.sh)
Description
Create a launcher on the desktop for Windows (.bat), Mac (.command), or Linux (.sh)
Usage
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
Examples
Run this code# NOT RUN {
radiant::launcher("radiant.model")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab