powered by
Displays the version of the app by default using VERSION global variable.
version(ver = NULL, position = "top right")
(default NULL) custom version number
character with position of the parameter. Default "top right".
# NOT RUN { version() # if VERSION global variable exists version("1.2.1") # with custom version number # }
Run the code above in your browser using DataLab