Learn R Programming

⚠️There's a newer version (0.6.10) of this package.Take me there.

comprehenr (version 0.6.7)

List Comprehensions

Description

Provides 'Python'-style list comprehensions. List comprehension expressions use usual loops (for(), while() and repeat()) and usual if() as list producers. In many cases it gives more concise notation than standard "*apply + filter" strategy.

Copy Link

Version

Install

install.packages('comprehenr')

Monthly Downloads

978

Version

0.6.7

License

GPL-2

Issues

Pull Requests

Stars

Forks

Maintainer

Gregory Demin

Last Published

June 17th, 2019

Functions in comprehenr (0.6.7)

to_list

List comprehensions for R
numerate

Auxiliary functions for working with lists