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

https://github.com/krlmlr/dplyr.benchmark

dplyr benchmarks
https://github.com/krlmlr/dplyr.benchmark

Last synced: about 2 months ago
JSON representation

dplyr benchmarks

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```

# dplyr.benchmark

The goal of dplyr.benchmark is to ...

## Installation

You can install dplyr.benchmark from github with:

```{r gh-installation, eval = FALSE}
# install.packages("devtools")
devtools::install_github("krlmlr/dplyr.benchmark")
```

## Example

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

```{r example}
## basic example code
```