Path to access images from a project?

After uploading an image to a project,
(first image at)
https://skillgaze.com/2017/10/31/understanding-different-visualization-layers-of-ggplot/

I would like to insert it into a rmarkdown document.

But I am struggling to identify the right path.
here() surprisingly does not help.

Cloud/project (what appears at the top of the File tab) does not work.

I feel like I am missing something obvious. Should I somehow use my workspace/projectname?

The path starts at /cloud/project/, see this example.

---
title: "R Notebook"
output: html_notebook
---

![Sample](/cloud/project/images/2017-10-24-14_36_29-visualization-layers-of-ggplot-google-docs.png)

1 Like

Thank you!
Now working!

In retrospect,
I think the problem was caused by my looking at the file tab, and seeing that Cloud is capitalized (see below).
This is misleading.
I was trying to use (/Cloud/project/image.png) as the path.
Is there anyone at RStudioCloud who can fix this capitalization problem?

cloud

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.