Skip to content

Add custom knitr hook to simplify ggtibble plotting in reports #17

@billdenney

Description

@billdenney

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)
```

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions