Select to view content in your preferred language

Embedding an html file from R

165
1
Tuesday
Labels (1)
Winter_Widdifield
New Contributor

Hi, I found a previous post made in a different forum, but it had no answers, so I figured I would ask here. I have an html file that I made on R that I would ideally like to embed into my arcGIS storymap so that it could be interactive without anyone needing to run the code themselves. Does anyone know how to go about this?

Thank you!

Tags (3)
0 Kudos
1 Reply
OwenGeo
Esri Notable Contributor

@Winter_Widdifield - That should be possible, but you will need to host the HTML file somewhere first. You could host it on a web server your organization already has or use some type of hosting service like Azure, AWS, Github pages, etc. Once you have the page hosted on the web and made it publicly available, you can grab its URL and then add it to a StoryMap using the Embed option.

One of my colleagues found this article that may be helpful, but we have not tested/validated the workflow. Hosting an R Markdown HTML file on a GitHub page — Mark Bounthavong

Owen Evans
Lead Product Engineer | StoryMaps
0 Kudos