Learn R Programming

foodwebWrapper (version 1.1.0)

attachedFunctionsBatch: attachedFunctionsBatch

Description

same as attachedFunctions() but no user interaction needed

Usage

attachedFunctionsBatch(packs)

Value

returns a list whose components are

  • l list of user-selected packages and corresponding functions

  • where character vector of selected packages

Arguments

packs

list of character strings containing the names of packages package name is like "pack", not like "package:pack"

Examples

Run this code
if(interactive()){
attachedFunctionsBatch(c("SherlockHolmes","textBoxPlacement"))
}

Run the code above in your browser using DataLab