find_tool: Find Tool by Name

View source: R/tool.R

find_toolR Documentation

Find Tool by Name

Description

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

Usage

find_tool(tools, name)

Arguments

tools

A list of Tool objects.

name

The tool name to find.

Value

The Tool object if found, NULL otherwise.


aisdk documentation built on May 29, 2026, 9:07 a.m.