/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.tidyverse.org
| | www.jumpingrivers.com
7.4 parsecs away

Travel
| | A new R release (v 4.1.0) is due for release on 18th May 2021. This version brings in a few exciting features, such as anonymous functions and the native pipe. Here, we summarise these and other notable changes.
| | rdrr.io
3.7 parsecs away

Travel
| |
| | ivelasq.rbind.io
4.1 parsecs away

Travel
| | Or, why mtcars |> plot(hp, mpg) doesn't work and what you can do about it.
| | jaketae.github.io
32.9 parsecs away

Travel
| In this post, we will continue our journey down the R road to take a deeper dive into data frames. R is great for data analysis and wranging when it comes to dealing with tabular data, especially thanks to the dplyr package, which is R's equivalent of Python's pandas.