knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "",
  fig.path = "tools/images/README-"
)
library(isalin)

isalin

Project Status: Active - The project has reached a stable, usable state and is being actively developed. CRAN_Status_Badge License: MIT

Overview

The goal of isalin is to provide translations for different argots. Why "isalin"? Because it is the Filipino word for "translate" and that was the first language I chose on Google Translate.

Installation

You can install the package directly from GitHub using the devtools package.

# install.packages("devtools")
install_github("nathaneastwood/isalin")

Useage

Pig Latin

pig_latin(c("hello", "world"))


nathaneastwood/isalin documentation built on May 25, 2019, 5:01 a.m.