inSearchPath {NoviceDeveloperResources} | R Documentation |
inSearchPack
Description
is the package listed in the search path
Usage
inSearchPath(pack)
Arguments
pack |
list of character strings containing the name of a package |
Value
returns list of Booleans TRUE if the package is listed in the search path
Examples
## Not run:
# you need to specify packs that are on your own computer !!
pack<-c("retrieve","tcpflow")
inSearchPath(pack)
## End(Not run)
[Package NoviceDeveloperResources version 1.2.0 Index]