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
Post a Comment