Data Science Desktop Survival Guide
by Graham Williams |
|||||
Getting Help |
# Ask for documentation on using the library command.
? library The utils package which provides this operator is another package that is attached by default into R. Thus we can drop its prefix as we did here when we run the command in the R Console. provides a search box which can be used to find specific topics within the vast collection of R documentation. Now would be a good time to check the documentation for the base::library() command. Beginning with this chapter we will also list at the conclusion of each chapter the functions, commands, and operators introduced within the chapter together with a brief synopsis of the purpose. The following section reviews all of the functions introduced so far.
|