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