Make a chunk like the following work: ```` ```{r ggtibble=ggtibble_object} ``` ```` where it will expand to do the following: ```` ```{r, fig.cap = ggtibble_object$caption} knit_print(ggtibble_object) ``` ````