attachedFunctionsBatch: attachedFunctionsBatch

View source: R/foodweb.R

attachedFunctionsBatchR Documentation

attachedFunctionsBatch

Description

same as attachedFunctions() but no user interaction needed

Usage

attachedFunctionsBatch(packs)

Arguments

packs

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

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()){
attachedFunctionsBatch(c("SherlockHolmes","textBoxPlacement"))
}


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