0

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

  • It looks like you're fairly new to SO; welcome to the community! If you want great answers quickly, it's best to make your question reproducible. This includes sample code you've attempted, listing non-base R packages, any errors/warnings received, sample data, like the output from `dput(head(dataObject)))`, and what type of output you are expecting. Check out these resources for great questions: [making R questions reproducible](https://stackoverflow.com/q/5963269) and [tagging questions](https://stackoverflow.com/tags/r/info). – Kat Feb 19 '22 at 20:01

0 Answers0