decorator
decorator copied to clipboard
R function decorators
Package
I just discover your work, I come from Python. Would be great if there were a package. Bests regards,
Remove `examples.rmd` and instead add `README.rmd` with a make rule / post-commit hook to generate `README.md`.
The currently supported syntax is ``` r hello = flask$route('/') %@% function (name) sprintf('Hello %s', name) ``` Ideally, the following syntax should be supported: ``` r flask$route('/') %@% hello =...