Tutorials

Here we move beyond the basic tools for working with base::data.frame data frames to look at row selection as implemented for tibbles, data.table and tidytables.

But, let’s be honest, others have done all of the work showing how to use the various data frames and comparing them. Let’s simply assemble a nice list of tutorials and comparisons.

1 Tutorials

1.1 tibble

tidyverse

1.2 tidytable

Mark Fairbanks

1.3 data.table

r-datatable

2 Comparisons

Albert Rapp, 2025

[Manny Gimond, Colby 2019])https://mgimond.github.io/rug_2019_12/Index.html)

EDAV 2021

exomemory for programming, 2021

Wetlandscapes, 2020

R-bloggers 2024

3 There are more fish in the sea…

Well, depends upon the fish. Here are some other table manipulation tools.

arrow

dtplyr

tidyfst

polars

tidypolars

Back to top