Chunk output is not in the document

Hello, in RMarkdown i have an output, but it is not in the document:

Here you can see de pdf generated but without the outou result.
How can I do to appear the output?

I wrote in a chunk

data %>% filter(month %in% "Jan" & pm2.5 >=20 & year >= 2010)
```{



```{r, include = T}
data %>% filter(month %in% "Jan" & pm2.5 >=20 & year >= 2010)

But it doesn´t work

thanks:

Does data get changed somewhere in the document? Does it work when run in order from top to bottom?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.