You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Sean! Thanks for the amazing packing. I'm currently using the onofre theme on this site. I'm wanting to take some of those stats and turn them, for example, into either a {gt} table or {highcharter} chart, but every time I knit the page with any kind of code chunk using either {gt}, {highcharter}, or {ggplot2}... nothing gets rendered. For now, I've resorted to text, but would love to transform the text there into a table or chart.
Is there something that's been disabled in the package? Happy to create a reprex, but just wanted to ask up front before I did.
Thanks Sean!
The text was updated successfully, but these errors were encountered:
Here is my own reproducible example which works for me but is certainly not pretty!
---
title: "Tobi Burns"
image: "tobi.jpg"
links:
- label: LinkedIn
url: "https://linkedin.com/"
- label: Twitter
url: "https://twitter.com/"
- label: GitHub
url: "https://github.com/"
- label: Email
url: "mailto:[email protected]"
output:
postcards::jolla
---
``{r}
library(ggplot2)
ggplot(mtcars, aes(mpg, hp)) +
geom_point()
``
I am a classically trained data scientist living in the San Francisco Bay Area.
Currently I work on the Oculus team at Facebook. I love talking about baseball,
true crime podcasts, and causal inference.
Hi Sean! Thanks for the amazing packing. I'm currently using the onofre theme on this site. I'm wanting to take some of those stats and turn them, for example, into either a {gt} table or {highcharter} chart, but every time I knit the page with any kind of code chunk using either {gt}, {highcharter}, or {ggplot2}... nothing gets rendered. For now, I've resorted to text, but would love to transform the text there into a table or chart.
Is there something that's been disabled in the package? Happy to create a reprex, but just wanted to ask up front before I did.
Thanks Sean!
The text was updated successfully, but these errors were encountered: