powered by
same as attachedFunctions() but no user interaction needed
attachedFunctionsBatch(packs)
returns a list whose components are
l list of user-selected packages and corresponding functions
where character vector of selected packages
list of character strings containing the names of packages package name is like "pack", not like "package:pack"
if(interactive()){ attachedFunctionsBatch(c("SherlockHolmes","textBoxPlacement")) }
Run the code above in your browser using DataLab