View source: R/processMapOutput.R
processMapOutput | R Documentation |
Widget output function for use in Shiny
processMapOutput(outputId, width = "100%", heigth = "400px")
outputId |
Output variable to read from. |
width |
A valid CSS unit for the width or a number, which will be coerced to a string and have px appended. |
heigth |
A valid CSS unit for the height or a number, which will be coerced to a string and have px appended. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.