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

https://github.com/dbrookeuab/dth

A collection of functions to simplify some data.table tasks
https://github.com/dbrookeuab/dth

Last synced: 2 months ago
JSON representation

A collection of functions to simplify some data.table tasks

Awesome Lists containing this project

README

        

# `data.table` helpers (`dth`)

[![GitHub R package version (branch)](https://img.shields.io/github/r-package/v/dbrookeUAB/dth/master?color=green)](https://img.shields.io/github/r-package/v/dbrookeUAB/dth/master?color=green)
[![GitHub Repo stars](https://img.shields.io/github/stars/dbrookeUAB/dth?style=social)](https://img.shields.io/github/stars/dbrookeUAB/dth?style=social)
[![Build Status](https://travis-ci.org/dbrookeUAB/dth.svg?branch=master)](https://travis-ci.org/dbrookeUAB/dth)
[![GitHub All Releases](https://img.shields.io/github/downloads/dbrookeUAB/dth/total)](https://img.shields.io/github/downloads/dbrookeUAB/dth/total)
[![GitHub R package version (branch)](https://img.shields.io/github/r-package/v/dbrookeUAB/dth/development)](https://img.shields.io/github/r-package/v/dbrookeUAB/dth/development)
[![Build Status](https://travis-ci.org/dbrookeUAB/dth.svg?branch=development)](https://travis-ci.org/dbrookeUAB/dth)
[![GitHub issues](https://img.shields.io/github/issues/dbrookeUAB/dth)](https://github.com/dbrookeUAB/dth/issues)
[![Twitter](https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Fdth.deweybrooke.org%2F)](https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2FdbrookeUAB%2Fdth%2F)

I love using `data.table` and I spend most of my timein the console exploring through data. This package contains an array of functions meant to make data exploration in the console faster and easier.

These are not meant to be used for scripts or functions.

## Installation

```r
remotes::install_github('dbrookeUAB/dth)
```