Displays the version of the app by default using VERSION global variable.
Usage
version(ver = NULL, position = "top right")
Arguments
- ver
(default NULL) custom version number
- position
character with position of the parameter. Default "top right".
Examples
version() # if VERSION global variable exists
#> <div id="shinyinfo_version" class="info_box"></div>
version("1.2.1") # with custom version number
#> <div id="shinyinfo_version" class="info_box">1.2.1</div>