start_server: 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)
Value
Nothing (called for side effects)
Arguments
- random_port
Whether to use a random port number.
Useful if the default port is already taken.