Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/renkun-ken/rlist-tutorial
A tutorial for rlist package
https://github.com/renkun-ken/rlist-tutorial
Last synced: 27 days ago
JSON representation
A tutorial for rlist package
- Host: GitHub
- URL: https://github.com/renkun-ken/rlist-tutorial
- Owner: renkun-ken
- Created: 2014-09-09T23:58:40.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-08-14T00:30:24.000Z (about 4 years ago)
- Last Synced: 2023-08-06T18:11:36.765Z (over 1 year ago)
- Language: R
- Homepage: renkun.me/rlist-tutorial
- Size: 2.17 MB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rlist Tutorial
#### by Kun Ren[rlist](http://renkun.me/rlist) is a set of tools for working with list objects. Its goal is to make it easier to work with lists by providing a wide range of functions on non-tabular data stored in them.
This package supports filtering, mapping, grouping, sorting, updating, searching and many other functions. It is pipe-friendly and strongly recommends functional programming style in list operations.
This tutorial serves as complete guide to using rlist functionality to work with non-tabular data.