Output function for using markmap within Shiny applications and interactive Rmd documents. This function is taken from https://github.com/seifer08ms/Rmarkmap.
markmapOutput(outputId, width = "100%", height = "400px")
| outputId | output variable to read from |
|---|---|
| width | Must be a valid CSS unit (like |
| height | See 'width'. |