win_launcher: Create a launcher and updater for Windows (.bat)
Description
Create a launcher and updater for Windows (.bat)
Usage
win_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 a file named 'radiant.bat' and one named 'update_radiant.bat' will be put on the desktop. Double-click the file to launch the specified Radiant app or update Radiant to the latest version
Examples
Run this code# NOT RUN {
radiant::win_launcher()
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab