gdemin/comprehenr: List Comprehensions

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.

Getting started

Package details

MaintainerGregory Demin <gdemin@gmail.com>
LicenseGPL-2
Version0.6.11
URL https://github.com/gdemin/comprehenr
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("gdemin/comprehenr")
gdemin/comprehenr documentation built on May 9, 2023, 2:50 a.m.