Learn R Programming

comprehenr (version 0.6.10)

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

824

Version

0.6.10

License

GPL-2

Issues

Pull Requests

Stars

Forks

Maintainer

Gregory Demin

Last Published

January 31st, 2021

Functions in comprehenr (0.6.10)

to_list

List comprehensions for R
numerate

Auxiliary functions for working with lists