run: Run the R language server

View source: R/languageserver.R

runR Documentation

Run the R language server

Description

Run the R language server

Usage

run(debug = FALSE, host = "localhost", port = NULL)

Arguments

debug

set TRUE to show debug information in stderr; or it could be a character string specifying the log file

host

the hostname used to create the tcp server, not used when port is NULL

port

the port used to create the tcp server. If NULL, use stdio instead.

Examples

## Not run: 
# to use stdio
languageserver::run()

# to use tcp server
languageserver::run(port = 8888)

## End(Not run)

REditorSupport/languageserver documentation built on Feb. 7, 2024, 2:59 a.m.