Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/MarcusKlik/lazyplyr

A most lazy dplyr implementation for offline datasets
https://github.com/MarcusKlik/lazyplyr

Last synced: about 2 months ago
JSON representation

A most lazy dplyr implementation for offline datasets

Awesome Lists containing this project

README

        

---
output:
github_document
---

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

[![R-CMD-check](https://github.com/MarcusKlik/lazyplyr/workflows/R-CMD-check/badge.svg)](https://github.com/MarcusKlik/lazyplyr/actions)

## Overview

The [lazyplyr package](https://github.com/marcusklik/lazyplyr) for `R` provides an easy way to create a low-memory-overhead dplyr frontend to offline datasets.

## Installation

You can install the package directly from GitHub:

```{r, eval = FALSE}
devtools::install_github("marcusklik/lazyplyr")
```

## Basic usage