| summarize_object | R Documentation |
Creates a concise summary of an R object for LLM consumption. Handles different object types appropriately.
summarize_object(obj, name, envir = NULL)
obj |
The object to summarize. |
name |
The name of the object (for display). |
A string summary suitable for LLM context.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.