Answers for "r markdown add image"

0

insert image in r markdown

```{r echo=FALSE, out.width='100%'}
knitr::include_graphics('./cropped-banner_efpt.jpg')
```
Posted by: Guest on May-31-2021
0

insert image rmarkdown

![Caption for the picture.](/path/to/image.png)
Posted by: Guest on May-28-2020

Browse Popular Code Answers by Language