knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

funtranslater

Fun Translations API client in R

CRAN status Travis build status AppVeyor build status lifecycle

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("rsquaredacademy/funtranslater")

Usage

translate_minion("Hello, I am hungry!")

Only public API calls are supported. The rate limit is 60 API calls a day with distribution of 5 calls an hour.

Please note that the 'funtranslater' project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.



rsquaredacademy/funtranslater documentation built on May 21, 2019, 10:49 a.m.