Package: lambda 0.0.0.9000
lambda: Simple anonymous functions
Defines a function 'f()' to create anonymous functions (lambdas) in a very concise manner. Simply write the body of the function as you would normally. If you want a given variable to appear as one of the arguments to the function, put it in '.()'.
Authors:
lambda_0.0.0.9000.tar.gz
lambda_0.0.0.9000.zip(r-4.7)lambda_0.0.0.9000.zip(r-4.6)lambda_0.0.0.9000.zip(r-4.5)
lambda_0.0.0.9000.tgz(r-4.6-any)lambda_0.0.0.9000.tgz(r-4.5-any)
lambda_0.0.0.9000.tar.gz(r-4.7-any)lambda_0.0.0.9000.tar.gz(r-4.6-any)
lambda_0.0.0.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
lambda/json (API)
| # Install 'lambda' in R: |
| install.packages('lambda', repos = c('https://jimhester.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/jimhester/lambda/issues
Last updated from:e493d10459. Checks:7 NOTE, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | NOTE | 103 | ||
| source / vignettes | OK | 150 | ||
| linux-release-x86_64 | NOTE | 102 | ||
| macos-release-arm64 | NOTE | 80 | ||
| macos-oldrel-arm64 | NOTE | 79 | ||
| windows-devel | NOTE | 80 | ||
| windows-release | NOTE | 75 | ||
| windows-oldrel | NOTE | 69 | ||
| wasm-release | OK | 81 |
Exports:f
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Simple anonymous functions | f |
