Match the correct explanation for the following functions: (ex
1a 2b..)
1. dir()
2. search()
3. getwd()
4. setwd("path")
5. .libPaths()
6. library()
a. To get all packages currently loaded in the R enviroment
b. To list the files contained in the current working
directory
c. To get the list of all pages installed
d. to change the working directory and specify the path to the
desired folder
e. To get the library location containing all R packages
f. To find out which directory you are currently in
Match the correct explanation for the following functions: (ex 1a 2b..) 1. dir() 2. search() 3. getwd() 4. setwd("path")
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am