Hi, I am trying to embed an HTML link in my shiny app. As indicated in the previous post, I saved the HTML file on my local drive and used includeHTML function to do this. However, all of the links in the HTML is considered as relative paths, which caused the content not to load properly. Is there any workaround to this?
Thanks for your response! So basically, I wanted to include a web page as one of the pages on my shiny apps. I have downloaded the page as an HTML file. However, it doesn't load correctly because the HTML file contains paths that are supposed to be interpreted as relative paths to the baseURL, instead of my shiny app local "URL" (e.g. "http://127.0.0.1:7701/").