powered by
A generic function used to describe an object for use by LLM.
btw_this(x, ...)
A character vector of lines describing the object.
The thing to describe.
Additional arguments passed down to underlying methods. Unused arguments are silently ignored.
Other btw formatting methods: btw_this.character(), btw_this.data.frame(), btw_this.environment()
btw_this.character()
btw_this.data.frame()
btw_this.environment()
btw_this(mtcars) # describe the mtcars dataset btw_this(dplyr::mutate) # include function source
Run the code above in your browser using DataLab