Cookbook to provide solutions to common tasks and problems in using Polars with R
Last updated Apr 26, 2026
65
Stars
18
Forks
5
Issues
0
Stars/day
Attention Score
50
Language breakdown
No language data available.
▸ Files
click to expand
README
:book: cookbook-rpolars
====================================== The purpose of this book is to introduce some of the features of Polars with R. It contains a side-by-side comparison between Polars, tidypolars, R base and the two most popular packages for data manipulation dplyr and data.table.
Table of Contents
Coming soon:- Writing your own R function with polars. See this issue.
Contribution
This book is free and open source, so please do open an issue or even better a PR if you notice a problem.
How to render the book locally
If you want to render the book locally, follow these instructions in your terminal:
git clone https://github.com/ddotta/cookbook-rpolars.git (HTTPS)
or
git clone git@github.com:ddotta/cookbook-rpolars.git (SSH)
quarto render book/
Overview of the book and equivalences between different syntaxes

🔗 More in this category