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]
All associated links for this package
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 06 Nov. 2024.
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

seriation  
Infrastructure for Ordering Objects Using Seriation
Infrastructure for ordering objects with an implementation of several seriation/sequencing/ordinati ...
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  
equatiomatic  
Transform Models into 'LaTeX' Equations
The goal of equatiomatic is to reduce the painassociated with writing LaTeX formulas from fitted mod ...
Download / Learn more Package Citations See dependency  
maic  
Matching-Adjusted Indirect Comparison
A generalised workflow for generation of subject weights to be used in Matching-Adjusted Indirect C ...
Download / Learn more Package Citations See dependency  
mailR  
A Utility to Send Emails from R
Interface to Apache Commons Email to send emails from R. ...
Download / Learn more Package Citations See dependency  
memoise  
'Memoisation' of Functions
Cache the results of a function so that when you call it again with the same arguments it returns t ...
Download / Learn more Package Citations See dependency  

23,092

R Packages

198,677

Dependencies

62,675

Author Associations

23,089

Publication Badges

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