How to Convert SoSci-Survey Labels into Comments in R

In this post, I will give you a quick tip on how to make your life a little easier when working with data collected with SoSci Survey. In particular, I will show you how you can easily identify your variables by labelling them according to the details you provided when you created your questionnaire.
Read more →

The Best Way to Load Packages in R

In this post, I will show you how to effectively manage your libraries in R. In particular, I will explain why the usual way of loading packages is quite messy and how to write a function which makes for a better package-loading experience. For those of you unintersted in the details, you can simply skip to the last section.
Read more →