Other packages > Find by keyword >

rlist  

A Toolbox for Non-Tabular Data Manipulation
View on CRAN: Click here


Download and install rlist package within the R console
Install from CRAN:
install.packages("rlist")

Install from Github:
library("remotes")
install_github("cran/rlist")

Install by package version:
library("remotes")
install_version("rlist", "0.4.6.2")



Attach the package and use:
library("rlist")
Maintained by
Kun Ren
[Scholar Profile | Author Map]
First Published: 2014-06-27
Latest Update: 2021-09-03
Description:
Provides a set of functions for data manipulation with list objects, including mapping, filtering, grouping, sorting, updating, searching, and other useful functions. Most functions are designed to be pipeline friendly so that data processing with lists can be chained.
How to cite:
Kun Ren (2014). rlist: A Toolbox for Non-Tabular Data Manipulation. R package version 0.4.6.2, https://cran.r-project.org/web/packages/rlist. Accessed 16 Apr. 2025.
Previous versions and publish date:
0.1 (2014-06-27 06:55), 0.2.1 (2014-07-04 13:39), 0.2.2 (2014-07-11 06:48), 0.2.3 (2014-07-18 07:09), 0.2.4 (2014-07-26 11:04), 0.2.5 (2014-08-01 01:31), 0.3-1 (2014-08-15 16:50), 0.3-2 (2014-08-22 07:17), 0.3 (2014-08-07 20:31), 0.4.2.3 (2015-07-09 14:47), 0.4.5.1 (2015-09-09 09:17), 0.4.6.1 (2016-04-04 11:49), 0.4.6 (2016-03-06 17:49), 0.4 (2015-01-24 16:41)
Other packages that cited rlist R package
View rlist citation profile
Other R packages that rlist depends, imports, suggests or enhances
Complete documentation for rlist
Functions, R codes and Examples using the rlist R package
Some associated functions: List . args_env . args_list . callwith . contains . dot-evalwith . dots . getnames . is.empty . list.all . list.any . list.append . list.apply . list.cases . list.cbind . list.class . list.clean . list.common . list.count . list.do . list.exclude . list.expand . list.extract . list.filter . list.find . list.findi . list.first . list.flatten . list.group . list.insert . list.is . list.iter . list.join . list.last . list.load . list.map . list.maps . list.mapv . list.match . list.merge . list.names . list.order . list.parse . list.prepend . list.rbind . list.remove . list.reverse . list.sample . list.save . list.search . list.select . list.serialize . list.skip . list.skipWhile . list.sort . list.stack . list.subset . list.table . list.take . list.takeWhile . list.ungroup . list.unserialize . list.unzip . list.update . list.which . list.zip . nyweather . rlist-package . set_argnames . subset.list . tryEval . tryGet . 
Some associated R codes: List.R . data.R . functions.R . internal.R . lambda.R . list.all.R . list.clean.R . list.common.R . list.count.R . list.do.R . list.expand.R . list.extract.R . list.filter.R . list.find.R . list.first.R . list.flatten.R . list.group.R . list.insert.R . list.is.R . list.join.R . list.load.R . list.map.R . list.match.R . list.merge.R . list.names.R . list.order.R . list.parse.R . list.remove.R . list.reverse.R . list.sample.R . list.save.R . list.search.R . list.select.R . list.serialize.R . list.skip.R . list.stack.R . list.subset.R . list.table.R . list.take.R . list.update.R . list.which.R . list.zip.R . rlist.R . subset.list.R . utils.R .  Full rlist package functions and examples
Downloads during the last 30 days
03/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/1104/1204/1304/14Downloads for rlist500055006000650070007500800085009000TrendBars

Today's Hot Picks in Authors and Packages

MM4LMM  
Inference of Linear Mixed Models Through MM Algorithm
The main function MMEst() performs (Restricted) Maximum Likelihood in a variance component mixed mod ...
Download / Learn more Package Citations See dependency  
hkclustering  
Ensemble Clustering using K Means and Hierarchical Clustering
Implements an ensemble algorithm for clustering combining a k-means and a hierarchical clustering ap ...
Download / Learn more Package Citations See dependency  
MultiKink  
Estimation and Inference for Multi-Kink Quantile Regression
Estimation and inference for multiple kink quantile regression for longitudinal data and the i.i.d d ...
Download / Learn more Package Citations See dependency  
datadictionary  
Create a Data Dictionary
Creates a data dictionary from any dataframe or tibble in your R environment. You can opt to add va ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
apache.sedona  
R Interface for Apache Sedona
R interface for 'Apache Sedona' based on 'sparklyr' (). ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,993

Author Associations

24,013

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA