formatSearchPack {NoviceDeveloperResources} | R Documentation |
formatSearchPack
Description
given a package name, reformat it as listed in the search path
Usage
formatSearchPack(pack)
Arguments
pack |
list of character strings containing the names of a package |
Value
returns list of package names formatted it as listed in the search path
Examples
pack<-c("retrieve","tcpflow")
formatSearchPack(pack)
[Package NoviceDeveloperResources version 1.2.0 Index]