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

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -