Package: tinylens 0.0.0.9009
tinylens: Minimal implementation of functional lenses
Minimal implementation of functional lenses, inspired by the `lenses` package.
Authors:
tinylens_0.0.0.9009.tar.gz
tinylens_0.0.0.9009.zip(r-4.5)tinylens_0.0.0.9009.zip(r-4.4)tinylens_0.0.0.9009.zip(r-4.3)
tinylens_0.0.0.9009.tgz(r-4.4-any)tinylens_0.0.0.9009.tgz(r-4.3-any)
tinylens_0.0.0.9009.tar.gz(r-4.5-noble)tinylens_0.0.0.9009.tar.gz(r-4.4-noble)
tinylens_0.0.0.9009.tgz(r-4.4-emscripten)tinylens_0.0.0.9009.tgz(r-4.3-emscripten)
tinylens.pdf |tinylens.html✨
tinylens/json (API)
# Install 'tinylens' in R: |
install.packages('tinylens', repos = c('https://arbelt.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/arbelt/tinylens/issues
Last updated 9 days agofrom:e31d8741c0. Checks:OK: 1 WARNING: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 14 2024 |
R-4.5-win | WARNING | Nov 14 2024 |
R-4.5-linux | WARNING | Nov 14 2024 |
R-4.4-win | WARNING | Nov 14 2024 |
R-4.4-mac | WARNING | Nov 14 2024 |
R-4.3-win | WARNING | Nov 14 2024 |
R-4.3-mac | WARNING | Nov 14 2024 |
Exports:%.%attr_lc_lfilter_ilid_lindex_llensmap_df_lmap_lnames_loverover_maprows_lselect_lsetslice_lvec_data_lviewwhere_il
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Compose two lenses | %.% |
Attributes lens | attr_l |
Lens for accessing and modifying nested elements of a list or vector | c_l |
Filter ilens | filter_il |
Identity lens | id_l |
Index lens | index_l |
Create a lens | lens |
Lens into a list or vector | map_df_l map_l |
Names lens | names_l |
Modify data through a lens | over |
Map a function over a list lens | over_map |
Rows lens | rows_l |
include verbs.R include lens.R Select lens | select_l |
Set data through a lens | set |
Slice lens | slice_l |
Vector data lens | vec_data_l |
View data through a lens | view |
Predicate ilens | where_il |