| btw_this | R Documentation |
A generic function used to describe an object for use by LLM.
btw_this(x, ...)
x |
The thing to describe. |
... |
Additional arguments passed down to underlying methods. Unused arguments are silently ignored. |
A character vector of lines describing the object.
Other btw formatting methods:
btw_this.character(),
btw_this.data.frame(),
btw_this.environment()
btw_this(mtcars) # describe the mtcars dataset
btw_this(dplyr::mutate) # include function source
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.