extract_result {textrar} | R Documentation |
This function extracts the translated text from the response.
returned by the post_request()
function.
extract_result(res)
res |
The response object returned by the |
A character string containing the translated text.
## Not run:
res <- post_request(paramas, "Hello world!")
translated <- extract_result(res)
## End(Not run)