Best of R โ 2024
- 1
- 2
DuckDBยท2y
Analyzing Open Government Data with duckplyr
duckplyr is a high-performance, drop-in replacement for dplyr in R, powered by DuckDB. This post demonstrates how to use duckplyr to clean and analyze an open data set from New Zealand's government, showcasing the library's capabilities for efficient data wrangling and analysis. With enhanced CSV parsing and holistic optimization, duckplyr ensures faster and more ergonomic handling of large datasets compared to dplyr.
- 3
R-bloggersยท2y
๐ฆ {alone} v0.5 is now available
The {alone} package v0.5 is now available, featuring new subtitle and description fields for episodes. This release includes data from Alone Season 11, which is now ready for analysis. Notably, Season 11 is tied with Season 6 as the second highest-rated season on IMDb, while Season 7 remains the highest-rated. Three participants survived over 80 days in Season 11, similar to Season 7.
- 4
Towards Devยท2y
R: Quarto PDF template โ With a cover page before the table of content!
Quarto is an open-source scientific and technical publishing system built on Pandoc, supporting multiple programming languages including R, Python, and LaTeX. It enhances the capabilities of R Markdown, offering improved reproducibility, collaboration, and publication features. The post provides a guide to creating a PDF document with a cover page and table of contents using Quarto and LaTeX.