killing_server: Stop a LanguageTools local server

View source: R/get_files.R

killing_serverR Documentation

Stop a LanguageTools local server

Description

Stop a LanguageTools local server by killing its process

Usage

killing_server(server_process = NULL)

Arguments

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.

Value

Nothing

Examples


server_process <- starting_server(8805)
killing_server(server_process)


JeremyGelb/langCorrector documentation built on May 23, 2022, 12:02 a.m.