radiant-rstats / radiant

Business analytics using R and Shiny. The radiant app combines the menus from radiant.data, radiant.design, radiant.basics, radiant.model, and radiant.multivariate.
https://radiant-rstats.github.io/docs/
Other
457 stars 132 forks source link

Open Radiant and/or State file from Desktop #93

Open josh1400 opened 5 years ago

josh1400 commented 5 years ago

Is there a way to create a shortcut that opens RStudio, Radiant, and a State File in one click?

vnijs commented 5 years ago

I agree that would be nice. I just opened an issue/feature request about this with Rstudio on Github:

https://github.com/rstudio/rstudio/issues/3812

You can have someone run a command like the below from RStudio to open a state file in Radiant

radiant::radiant("https://github.com/radiant-rstats/docs/raw/gh-pages/examples/demo-dvd-rnd.state.rda")
josh1400 commented 5 years ago

Thanks for the temporary solution.