version {shiny.info}R Documentation

Display version of the app

Description

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
version("1.2.1") # with custom version number

[Package shiny.info version 0.2.0 Index]