Articles by Jakob Gepp

A Collection of Benchmarks in R

December 12, 2019 | Jakob Gepp

Benchmarking your code is one thing – another thing is to keep and use the gained knowledge for future projects. In this blog, Jakob presents his collection of benchmarks and creates an easy to use a setup for new ones. Der Beitrag A Collection of Benchmarks in R erschien zuerst auf ...
[Read more...]

Using emojis and .png as icons in your ggplot

September 18, 2019 | Jakob Gepp

Time flies by and we are more people now here at STATWROX. But, did we change our behavior in using emojis or are we still the same? I am revisiting my analysis and will have a look! Der Beitrag Using emojis and .png as icons in your ggplot erschien zuerst ...
[Read more...]

6 myths about refuelling – tackled with statistics

May 17, 2019 | Jakob Gepp

Is it cheaper to fill up your gas tank in the evening? Many car drivers have their own theories and myths about refuelling. Our colleague Jakob tackled 6 of these myths using statistics in his latest blog post. Der Beitrag 6 myths about refuelling – tackled with statistics erschien zuerst auf STATWORX.
[Read more...]

Day 24 – big helper helfRlein

December 24, 2018 | Jakob Gepp

In the last 23 days I presented one function each day from the helfRlein package we created here at STATWORX. I hope you found some of the functions useful and had some fun discovering new ways of doing things with R! Since today is Christmas, only one thing remains to say: ...
[Read more...]

Day 14 – little helper print_fs

December 14, 2018 | Jakob Gepp

This little helper returns the folder structure of a given path. With this, one can for example add a nice overview to the documentation of a project or within a git. Der Beitrag Day 14 – little helper print_fs erschien zuerst auf STATWORX.
[Read more...]

Day 11 – little helper trim

December 11, 2018 | Jakob Gepp

This little helper removes leading and trailing whitespaces from a string. With R version 3.5.1 trimws was introduced, which does the exact same thing. This just shows, it was not a bad idea to write such a function. Der Beitrag Day 11 – little helper trim erschien zuerst auf STATWORX.
[Read more...]

Day 10 – little helper %nin%

December 10, 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 09 – little helper object_size_in_env

December 9, 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...]
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)