trStartIDE {TinnR} | R Documentation |
Starts the IDE under Windows.
trStartIDE()
If options(IDE = "[path.to.exe]")
is defined,
then that IDE is automatically started afterward.
Adaptations: Jose Claudio Faria joseclaudio.faria@gmail.com
Original author: Philippe Grosjean phgrosjean@sciviews.org
## Not run: ## The bet way to use this function is add it in the Rprofile.site file ## located in the folder 'etc' where R is installed. trStartIDE() ## End(Not run)