Learn R Programming

aisdk (version 1.1.0)

summarize_object: Summarize Object

Description

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

Usage

summarize_object(obj, name)

Value

A string summary suitable for LLM context.

Arguments

obj

The object to summarize.

name

The name of the object (for display).