This repository was archived by the owner on Feb 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.Rmd
More file actions
41 lines (28 loc) · 1.45 KB
/
README.Rmd
File metadata and controls
41 lines (28 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# funtranslater
> Fun Translations API client in R
[](https://cran.r-project.org/package=funtranslater)
[](https://travis-ci.org/rsquaredacademy/funtranslater) [](https://ci.appveyor.com/project/rsquaredacademy/funtranslater) [](https://www.tidyverse.org/lifecycle/#experimental)
## Installation
You can install the development version from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("rsquaredacademy/funtranslater")
```
## Usage
```{r usage, eval=FALSE}
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](CODE_OF_CONDUCT.md). By contributing to this project, you agree to abide by its terms.