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
- Host: GitHub
- URL: https://github.com/dbrookeuab/dth
- Owner: dbrookeUAB
- Created: 2019-07-07T00:55:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-03T09:03:36.000Z (over 2 years ago)
- Last Synced: 2025-01-25T04:43:10.997Z (4 months ago)
- Language: R
- Size: 1.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `data.table` helpers (`dth`)
[](https://img.shields.io/github/r-package/v/dbrookeUAB/dth/master?color=green)
[](https://img.shields.io/github/stars/dbrookeUAB/dth?style=social)
[](https://travis-ci.org/dbrookeUAB/dth)
[](https://img.shields.io/github/downloads/dbrookeUAB/dth/total)
[](https://img.shields.io/github/r-package/v/dbrookeUAB/dth/development)
[](https://travis-ci.org/dbrookeUAB/dth)
[](https://github.com/dbrookeUAB/dth/issues)
[](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)
```