attachedFunctions: attachedFunctions

View source: R/foodweb.R

attachedFunctionsR Documentation

attachedFunctions

Description

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

Usage

attachedFunctions(verbose)

Arguments

verbose

Boolean if TRUE output several user messages

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()){
attachedFunctions(verbose=TRUE)
}


foodwebWrapper documentation built on June 22, 2024, 12:26 p.m.