Articles by Jakob Gepp

Day 08 – little helper intersect2

December 8, 2018 | Jakob Gepp

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 ...
[Read more...]

Day 07 – little helper count_na

December 7, 2018 | Jakob Gepp

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 ...
[Read more...]

Day 06 – little helper statusbar

December 6, 2018 | Jakob Gepp

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 ...
[Read more...]

Day 05 – little helper get_network

December 5, 2018 | Jakob Gepp

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 ...
[Read more...]

Day 04 – little helper evenstrings

December 4, 2018 | Jakob Gepp

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 ...
[Read more...]

Day 03 – little helper multiplot

December 3, 2018 | Jakob Gepp

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 ...
[Read more...]

Day 02 – little helper na_omitlist

December 2, 2018 | Jakob Gepp

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 ...
[Read more...]

Day 01 – little helper checkdir

December 1, 2018 | Jakob Gepp

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 ...
[Read more...]

How we use emojis

October 15, 2018 | Jakob Gepp

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 ...
[Read more...]

An R package to create NEWS.md files

August 17, 2018 | Jakob Gepp

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 ...
[Read more...]

Comparing predictions: World Cup scores

June 29, 2018 | Jakob Gepp

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 ...
[Read more...]

strsplit – but keeping the delimiter

April 20, 2018 | Jakob Gepp

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 ...
[Read more...]

Flowcharts of functions

February 26, 2018 | Jakob Gepp

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 ...
[Read more...]
1 2

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)