summarize_object: Summarize Object

View source: R/context.R

summarize_objectR Documentation

Summarize Object

Description

Creates a concise summary of an R object for LLM consumption. Handles different object types appropriately.

Usage

summarize_object(obj, name, envir = NULL)

Arguments

obj

The object to summarize.

name

The name of the object (for display).

Value

A string summary suitable for LLM context.


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