Home
Yannick Bijl
Cancel

Short Booleans in R

Booleans are the logic operators representing true and false in programming languages. It could also be seen as a 0 or 1. In R the keywords TRUE and FALSE are used. Please note that these are fully...

Ellipses instead of Pass keyword

During software development it is common to declare functions and classes to implement later. To prevent crashes we usually use a statement that prevents the function from loading or a statement th...

Starting a Blog

Hello World! Corny rehashed jokes aside, welcome to this small little corner of the internet. If you read this I will likely already have made several posts on the blog and you simply stumbled upo...