I am running into the issue that I don't know how to link the images in my RMD file.
Using the Windows location of the file does not work, and I don't understand how to properly place the image in the built-in directory and link it.
Could you guys help me out?
I am using the cloud version of R-Studio.
I created an Images folder in my Project directory, with the image in it.
Are you using the correct relative path to the image? E.g. if your RMarkdown document is at the root and the image is at ./img/pic.png then you'll have to reference as such. If the photo is at a higher folder, then take a similar approach with ../.
If you are using Posit Cloud you need to upload the file from your PC. In the lower right RStudio pane, click on the Files tab and then click on Upload. Click on Choose file, navigate to the file, select it and then click on Open.