conflictOfInterestRestricted {NoviceDeveloperResources} | R Documentation |
conflictOfInterestRestricted
Description
restrict the conflicted functions (retrieved by conflictOfInterest()) to those in user-specified packages
Usage
conflictOfInterestRestricted(packs)
Arguments
packs |
character vector of user-specified packages |
Value
returns a subset of the return value of conflictOfInterest()
Examples
## Not run:
# you need to specify packs that are on your own computer !!
pack<-c("retrieve","tcpflow")
conflictOfInterestRestricted(pack)
## End(Not run)
[Package NoviceDeveloperResources version 1.2.0 Index]