I am trying to make a bookdown with some images, and I can see the image in the Rstudio.
But when I click the build book button, and there's no image in the page.
I can't figure what the problem is. Please help!
Thank you.
I am trying to make a bookdown with some images, and I can see the image in the Rstudio.
But when I click the build book button, and there's no image in the page.
I can't figure what the problem is. Please help!
Thank you.
Avoid using absolute path from your hard drive path when you are working on web content.
This will definitely not work if you send your bookdown output to someone else because
Absolute path can work is you set them from the root site or your publish your image online and they can be accessible from a url.
Prefer to use relative path:
Hope it helps
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.