Learn R Programming

installr (version 0.23.4)

system.PATH: Returns the search path for executable files

Description

Returns the search path for executable files based on

Usage

system.PATH()

Arguments

Value

A character vector with the search path for executable files

References

http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/ntcmds_shelloverview.mspx?mfr=true

Examples

Run this code
if (FALSE) {
system.PATH() # 
}

Run the code above in your browser using DataLab