grautur
grautur

Reputation: 30485

Launching R gui from the command line and setting the working directory to the current folder

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

Answers (1)

pistachionut
pistachionut

Reputation: 1129

assuming R.app is in your Applications folder:

open -a /Applications/R.app .

Upvotes: 7

Related Questions