attachedFunctionsBatch {foodwebWrapper} | R Documentation |
attachedFunctionsBatch
Description
same as attachedFunctions() but no user interaction needed
Usage
attachedFunctionsBatch(packs)
Arguments
packs |
list of character strings containing the names of packages package name is like "pack", not like "package:pack" |
Value
returns a list whose components are
l list of user-selected packages and corresponding functions
where character vector of selected packages
Examples
if(interactive()){
attachedFunctionsBatch(c("SherlockHolmes","textBoxPlacement"))
}
[Package foodwebWrapper version 1.1.0 Index]