Native way to return path of currently running R binary -


is there native method show full path of current running r binary (e.g. returning /usr/bin/r string)?

as @sebastian points out in comments, component argument of r.home() function can used return string full path of r binary:

r.home("bin") 

other values can used show different paths related r installation.


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -