An open API service indexing awesome lists of open source software.

https://github.com/samedwardes/badadd

Incorrectly add numbers together
https://github.com/samedwardes/badadd

Last synced: over 1 year ago
JSON representation

Incorrectly add numbers together

Awesome Lists containing this project

README

          

---
output: github_document
---

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

# badadd

The goal of badadd is to incorrectly perform mathematical operations on numbers.

## Installation

You can install the development version of badadd like so:

``` r
devtools::install_github("SamEdwardes/badadd")
```

## Example

This is a basic example which shows you how to solve a common problem:

```{r example}
library(badadd)
add(1, 2, 3, 4)
```