RStudio Addin: Copy images from clipboard into RMarkdown .Rmd files.
devtools::install_github('Timag/imageclipr')
R packages library(rstudioapi)
, (library(rmarkdown)
for markdown files)
For linux xclip is required. For debian, ubuntu,... install it with:
sudo apt-get install xclip
- can not:
-- copy and paste image and text together
-- copy and paste an image by copying the file in the explorer
(highlevel): https://stackoverflow.com/questions/55541345/copy-and-paste-an-image-from-clipboard-to-rmarkdown-rmd-code
Note: You will see "Paste Img to Rmd file" instead of "Insert Image".
In RStudio go to Tools - Modify Keyboard Shortcuts...
Note: You will see "Paste Img to Rmd file" instead of "Insert Image".
(This project is part of my life long application to RStudio :))