ensure_server: Ensure the server is running

View source: R/server.R

ensure_serverR Documentation

Ensure the server is running

Description

Starts the server if it is not already running. Called internally by every client function so users never have to manage the server manually.

Usage

ensure_server(...)

Arguments

...

Arguments forwarded to start_server().

Value

Invisibly returns the base URL of the running server.

Examples

## Not run: 
ensure_server()

## End(Not run)

rMIDAS2 documentation built on March 12, 2026, 9:07 a.m.