Reputation: 30485
On a Mac, is there a way to launch the default R gui from the command line, with the working directory set to the current folder?
Upvotes: 6
Views: 1156
Reputation: 1129
assuming R.app is in your Applications folder:
open -a /Applications/R.app .
Upvotes: 7