Skip to contents

Start rplaywright server

Usage

start_server(host = "127.0.0.1", port = 3000, restart = F)

Arguments

host

Rplaywright server host. Default to 127.0.0.1

port

Rplaywright server port. Default to 3000

Examples

if (FALSE) { # \dontrun{
 rplaywright::start_server()
} # }