https://github.com/krlmlr/dplyr.benchmark
dplyr benchmarks
https://github.com/krlmlr/dplyr.benchmark
Last synced: about 2 months ago
JSON representation
dplyr benchmarks
- Host: GitHub
- URL: https://github.com/krlmlr/dplyr.benchmark
- Owner: krlmlr
- Created: 2016-10-28T18:31:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-13T08:41:44.000Z (almost 8 years ago)
- Last Synced: 2025-02-12T20:45:12.716Z (3 months ago)
- Language: R
- Homepage: https://krlmlr.github.io/dplyr.benchmark
- Size: 18.5 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.Rmd
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
```