Table of Contents

About

File System - Home Directory in R

Management

Get

R.home(component = "home")
[1] "C:/PROGRA~1/MIE74D~1/MLSERV~1/R_SERVER"

other known componentn values are “bin”, “doc”, “etc”, “include”, “modules” and “share” giving the paths to the corresponding parts of an R installation.

Environment variable

Documentation / Reference