processMapOutput: Widget output function for use in Shiny

View source: R/processMapOutput.R

processMapOutputR Documentation

Widget output function for use in Shiny

Description

Widget output function for use in Shiny

Usage

processMapOutput(outputId, width = "100%", heigth = "400px")

Arguments

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.


processmapR documentation built on April 6, 2023, 5:17 p.m.