Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

freqlist: Rmd freqlist doesn't work right with plot right afterwards #67

Closed
eheinzen opened this issue Feb 14, 2018 · 0 comments
Closed

Comments

@eheinzen
Copy link
Collaborator

---
title: "Untitled"
output: html_document
---

```{r echo = FALSE, results = 'asis'}
library(arsenal)
library(ggplot2)
data(mockstudy)
summary(freqlist( ~ sex, data = mockstudy))
ggplot(mockstudy, aes(x = sex, y = age)) + geom_boxplot()
```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant