Publications by Jakob Gepp

Flowcharts of functions

26.02.2018

When you work on bigger R projects there comes a point when you may lose the overview of how your functions are connected. Or even worse: you get a large project and have to figure out what is actually happening! A possible remedy to this problem are flowcharts. If you started your project with a flowchart: good for you – if you did not, then i...

5284 sym R (336 sym/1 pcs) 10 img 1 tbl

strsplit – but keeping the delimiter

20.04.2018

One of the functions I use the most is strsplit. It is quite useful if you want to separate a string by a specific character. Even if you have some complex rule for the split, most of the time you can solve this with a regular expression. However, recently I came across a problem I could not get my head around. I wanted to split the string but al...

3409 sym R (1588 sym/8 pcs) 2 img

Comparing predictions: World Cup scores

29.06.2018

As many others too, me and some colleges at STATWORX took part in a little betting game for the World Cup 2018. Since the group stage is over, I was wondering how well – or better – how worse my prediction was. I am comparing my result with other predictions by using the point system of the betting game. All functions, code and data can be f...

5536 sym 6 img 1 tbl

An R package to create NEWS.md files

17.08.2018

A while back, I started to create an R package that would help me and my collegues at STATWORX with our daily work. After writing the DESCRIPTION file, I did not want to do this ever again. I found the desc package which let's you parse, manipulate and reformat this file via some functions and ergo a script. If you want more info on that, check o...

2944 sym R (1133 sym/8 pcs) 4 img

How we use emojis

15.10.2018

Once upon a time, we at STATWORX used Slack just as a messenger, but than everything changed when emojis came… Since then, we use them for all kinds of purposes. For example we take polls with them to see were we will eat lunch or we capture unforgettable moments by creating new emojis. The possibilities are limitless! But since we use them so ...

5798 sym R (378 sym/1 pcs) 20 img 1 tbl

Day 01 – little helper checkdir

01.12.2018

We at STATWORX work a lot with R and we often use the same little helper function within our projects. These functions ease our daily work life by reducing repetitive code parts or by creating overviews of our projects. At first, there was no plan to make a package, but soon I realised, that it will be much easier to share and improve those funct...

1885 sym R (41 sym/1 pcs) 4 img

Day 02 – little helper na_omitlist

02.12.2018

We at STATWORX work a lot with R and we often use the same little helper function within our projects. These functions ease our daily work life by reducing repetitive code parts or by creating overviews of our projects. At first, there was no plan to make a package, but soon I realised, that it will be much easier to share and improve those funct...

1860 sym R (292 sym/2 pcs) 4 img

Day 03 – little helper multiplot

03.12.2018

We at STATWORX work a lot with R and we often use the same little helper functions within our projects. These functions ease our daily work life by reducing repetitive code parts or by creating overviews of our projects. At first, there was no plan to make a package, but soon I realised, that it will be much easier to share and improve those func...

2171 sym R (1420 sym/3 pcs) 6 img

Day 04 – little helper evenstrings

04.12.2018

We at STATWORX work a lot with R and we often use the same little helper functions within our projects. These functions ease our daily work life by reducing repetitive code parts or by creating overviews of our projects. At first, there was no plan to make a package, but soon I realised, that it will be much easier to share and improve those func...

2361 sym R (739 sym/4 pcs) 6 img

Day 05 – little helper get_network

05.12.2018

We at STATWORX work a lot with R and we often use the same little helper functions within our projects. These functions ease our daily work life by reducing repetitive code parts or by creating overviews of our projects. At first, there was no plan to make a package, but soon I realised, that it will be much easier to share and improve those func...

3233 sym R (712 sym/2 pcs) 6 img