start_r_bg: Start background R process

View source: R/utils-callr.R

start_r_bgR Documentation

Start background R process

Description

Start process in the background. Required by record_app, ...

Usage

start_r_bg(fun, port, ...)

Arguments

fun

Passed to r_bg.

port

Port to start the app, default to httpuv::randomPort().

...

Pass extra parameters to run_app_audit. This is useful if you work with packages like golem.

Value

Process or error


Novartis/shinyValidator documentation built on Aug. 21, 2023, 4:42 a.m.