Skip to contents

Start 'YAEL' electrode localization

Usage

start_yael(
  host = "127.0.0.1",
  port = NULL,
  launch.browser = TRUE,
  as_job = FALSE,
  ...
)

Arguments

host

host IP address

port

integer port number; default is random

launch.browser

whether to launch browsers

as_job

whether to launch in background; available only in 'RStudio'

...

passed to start_session

Value

A 'shiny' application object (invisibly when launched as a job).

Examples


if (interactive()) {
 
start_yael()

}