Learn R Programming

aisdk (version 1.1.0)

find_tool: Find Tool by Name

Description

Find a tool in a list of tools by its name.

Usage

find_tool(tools, name)

Value

The Tool object if found, NULL otherwise.

Arguments

tools

A list of Tool objects.

name

The tool name to find.