R Transformation
Run advanced statistical computations with R in Keboola. Start here, then jump to the how-to or the reference.
R transformations are for advanced statistical computations — ready-made algorithms and vector/matrix math — complementing Python and SQL where those are too difficult. Common operations like joining, sorting, or grouping are still easier and faster in SQL transformations. Keboola maps your input tables in as CSV, runs your script, and writes CSV outputs back to Storage.
This page is split by what you need:
- How do I run an R transformation? — create, run, and develop/debug one end to end.
- R transformation reference — runtime version and limits, packages, CSV format, warnings-as-errors, and logging.
In-depth examples: array splitting · charts & graphs · binary files.
New to transformations? Start with Transformations and the Getting Started tutorial.