A variant of help.start that works when called from inside a Jupyter notebook.

help.start(
  update = FALSE,
  gui = "irrelevant",
  browser = getOption("browser"),
  remote = NULL
)

Arguments

update

A logical value. This formal argument exists for compatibility reasons only.

gui

A character string. This formal argument exists for compatibility reasons only.

browser

A character string. This formal argument exists for compatibility reasons only.

remote

A character string. This formal argument exists for compatibility reasons only.