start_server: Start a server for communication between the R session and...

View source: R/server.R

start_serverR Documentation

Start a server for communication between the R session and plostcaper scenes

Description

This function starts an httpuv server for an interactive communication between the R session and plotscaper scenes. Uses plotscaper_global options.

Usage

start_server(random_port = FALSE)

Arguments

random_port

Whether to use a random port number. Useful if the default port is already taken.

Value

Nothing (called for side effects)


plotscaper documentation built on Oct. 18, 2024, 5:13 p.m.