Articles by Jozef's Rblog

R:case4base – Sorting data with base R

December 8, 2018 | Jozef's Rblog

Introduction In this post in the R:case4base series we will examine sorting (ordering) data in base R. We will learn to sort our data based on one or multiple columns, with ascending or descending order and as always look at alternatives to base R, namely the tidyverse’s ... [Read more...]

4 ways to be more productive, using RStudio’s terminal

September 29, 2018 | Jozef's Rblog

Introduction RStudio version 1.1 introduced the Terminal functionality, which does not seem to be getting enough deserved attention and love even though it is very well integrated with the rest of the IDE and can be extremely useful for several daily use-cases. In this post we will try to cover 4 very ... [Read more...]

4 ways to be more productive, using RStudio’s terminal

September 29, 2018 | Jozef's Rblog

Introduction RStudio version 1.1 introduced the Terminal functionality, which does not seem to be getting enough deserved attention and love even though it is very well integrated with the rest of the IDE and can be extremely useful for several daily use-cases. In this post we will try to cover 4 very ... [Read more...]

cRafty tRicks – No more typing brackets!

September 1, 2018 | Jozef's Rblog

Calling functions in R usually involves typing brackets. And since many of our actions in R involve calling a function, we will have to type a lot of brackets working with R. Often it would make our life a lot easier if we could omit the need to type brackets ... [Read more...]

cRafty tRicks – No more typing brackets!

September 1, 2018 | Jozef's Rblog

Calling functions in R usually involves typing brackets. And since many of our actions in R involve calling a function, we will have to type a lot of brackets working with R. Often it would make our life a lot easier if we could omit the need to type brackets ... [Read more...]

R:case4base – code profiling with base R

August 18, 2018 | Jozef's Rblog

Introduction In this summertime post in the case4base series, we will look at useful tools in base R, which let us profile our code without any extra packages needed to be installed. We will cover simple and easy to use speed profiling, more complex profiling of performance and memory ... [Read more...]

R:case4base – code profiling with base R

August 18, 2018 | Jozef's Rblog

Introduction In this summertime post in the case4base series, we will look at useful tools in base R, which let us profile our code without any extra packages needed to be installed. We will cover simple and easy to use speed profiling, more complex profiling of performance and memory ... [Read more...]
1 2 3 4

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)