Description Usage Arguments Value
View source: R/languageserver_startup.R
Prepare language server to be started
1 2 3 4 5 6 7 | languageserver_startup(
rlsLib = getOption("langserver_library"),
langServerProcessPatt = getOption("langserver_processPatt"),
strictLibrary = TRUE,
os = tolower(Sys.info()[["sysname"]]),
pid = Sys.getpid()
)
|
rlsLib |
|
langServerProcessPatt |
|
strictLibrary |
|
os |
|
pid |
|
side-effects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.