debug_modules: Debug 'RAVE' modules interactively in local project folder

View source: R/rave-launch.R

debug_modulesR Documentation

Debug 'RAVE' modules interactively in local project folder

Description

Debug 'RAVE' modules interactively in local project folder

Usage

debug_modules(
  module_root = rstudioapi::getActiveProject(),
  host = "127.0.0.1",
  port = 17283,
  jupyter = FALSE,
  ...
)

Arguments

module_root

root of modules, usually the project folder created from 'shidashi' template

host, port

host and port of the application

jupyter

whether to launch 'Jupyter' server; default is false

...

passed to render

Value

'RStudio' job ID


ravedash documentation built on Oct. 16, 2022, 1:06 a.m.