post_request {textrar}R Documentation

Send a POST request to the API

Description

This function sends a POST request to the API with the specified parameters and text.

Usage

post_request(params, text)

Arguments

params

A list of parameters to be passed to the API.

text

The text to be translated.

Value

The response from the API.

Examples

## Not run: 
post_request(params = , text = "Hello, world!")

## End(Not run)


[Package textrar version 0.8.0 Index]