View source: R/02-modules-ELEMENTS.R
numericInputLatAndLongServer | R Documentation |
Server function of the numeric input of latitude and longitude module
numericInputLatAndLongServer(
id,
valueLat = reactive(50),
valueLong = reactive(10)
)
id |
id of module |
valueLat |
(numeric) latitude |
valueLong |
(numeric) longitude |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.