Learn R Programming

shiny.info (version 0.2.0)

version: 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

Run this code
# 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