I have used addlogo to my leaflet map which displays my organizations' logo on the bottom right of the map.
This is logo visible in the viewer within R. However when I save the map the logo is not visible in either a png or HTML format. Please view the code below and the attachments.
Any advice would be appreciated. Best Wishes MD
I have used webshot to save as HTML but still the same issue
save the file to png
mapshot(m, file = "myfilepath", remove_controls = NULL)
The output should be saved with the logo at the bottom right hand visible.