Package: commafree 0.2.0
commafree: Call Functions Without Commas Between Arguments
Provides the "comma-free call" operator: '%(%'. Use it to call a function without commas between the arguments. Just replace the '(' with '%(%' in a function call, supply your arguments as standard R expressions enclosed by '{ }', and be free of commas (for that call).
Authors:
commafree_0.2.0.tar.gz
commafree_0.2.0.zip(r-4.5)commafree_0.2.0.zip(r-4.4)commafree_0.2.0.zip(r-4.3)
commafree_0.2.0.tgz(r-4.4-any)commafree_0.2.0.tgz(r-4.3-any)
commafree_0.2.0.tar.gz(r-4.5-noble)commafree_0.2.0.tar.gz(r-4.4-noble)
commafree_0.2.0.tgz(r-4.4-emscripten)commafree_0.2.0.tgz(r-4.3-emscripten)
commafree.pdf |commafree.html✨
commafree/json (API)
NEWS
# Install 'commafree' in R: |
install.packages('commafree', repos = c('https://t-kalinowski.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/t-kalinowski/commafree/issues
Last updated 7 months agofrom:817008bf87. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 15 2024 |
R-4.5-win | OK | Nov 15 2024 |
R-4.5-linux | OK | Nov 15 2024 |
R-4.4-win | OK | Nov 15 2024 |
R-4.4-mac | OK | Nov 15 2024 |
R-4.3-win | OK | Nov 15 2024 |
R-4.3-mac | OK | Nov 15 2024 |
Exports:%(%
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Call a function | %(% |