killing_server | R Documentation |
Stop a LanguageTools local server by killing its process
killing_server(server_process = NULL)
server_process |
An object processx::process representing the running server. If NULL, the function will try to kill the server by looking at running processes. |
Nothing
server_process <- starting_server(8805) killing_server(server_process)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.