Skip to content

Commit 1abda27

Browse files
authored
Merge pull request #18 from stulacy/feature/optimising-r-20230628
Added post for optimising R talk on 2023-06-28
2 parents eb40ec1 + 16a7400 commit 1abda27

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

_posts/2023-06-28-speeding-up-r.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Speeding up R for Data Analysis
3+
author: Stuart Lacy
4+
tags: R data science
5+
---
6+
7+
Stuart discussed a variety of methods to speed up your data analysis in R, covering a wide range of topics including: vectorisation, linking datasets, data.table, larger than memory datasets, duckdb, and Rcpp.
8+
9+
The source code and slides are available in [this repo][source].
10+
11+
A recording of the talk can be found [here][recording].
12+
13+
[source]: https://github.com/ResearchCodingClub/speeding-up-R-workshop
14+
[recording]: https://eu-lti.bbcollab.com/recording/3c61ef3f521040e08e0d10eaf11a6255

0 commit comments

Comments
 (0)