send_request | R Documentation |
Send a text for correction to a running LanguageTools server
send_request(port = 8805, text, language)
port |
The port of the server |
text |
The string to check |
language |
A string indicating which language to use |
A list with the corrections from LanguageTools
[install_lang_list()] and [get_lang_list()]
starting_server(8805) corrections <- send_request(8805, "Hello there, it iss a obvious mistaken.", language = "EN")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.