getPort: Get number of the port on which the local server is running

View source: R/jrc.R

getPortR Documentation

Get number of the port on which the local server is running

Description

This function returns port number for the running server. By default, a random available port is used. One can also set a port number as an argument of the openPage function. The port number can't be changed after the app was initialized.This function is a wrapper around method getPort of the class App.

Usage

getPort()

See Also

openPage


jrc documentation built on Aug. 23, 2023, 5:10 p.m.

Related to getPort in jrc...