Learn R Programming

foodwebWrapper (version 1.1.0)

attachedFunctions: attachedFunctions

Description

print a list of attached packages and their functions for the user to select from

Usage

attachedFunctions(verbose)

Value

returns a list whose components are

  • l list of user-selected packages and corresponding functions

  • where character vector of selected packages

Arguments

verbose

Boolean if TRUE output several user messages

Examples

Run this code
if(interactive()){
attachedFunctions(verbose=TRUE)
}

Run the code above in your browser using DataLab