I'm trying to run a markdown document from R Studio, in it i'm loading the gapminder data using library(), as shown below:
```{r}
library(gapminder)
```
```{r}
gapminder
```
However, when visualizing the HTML, I get this error messages: [error messages from HTML doc][1]
Can someone help me understand this? [1]: https://i.stack.imgur.com/6LO7e.png