decorator icon indicating copy to clipboard operation
decorator copied to clipboard

R function decorators

Results 3 decorator issues
Sort by recently updated
recently updated
newest added

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 =...

enhancement
help wanted
question