Articles by Jozef's Rblog

A primer in using Java from R – part 2

July 7, 2018 | Jozef's Rblog

Introduction In this part of the primer we discuss creating and using custom .jar archives within our R scripts and packages, handling of Java exceptions from R and a quick look at performance comparison between the low and high-level interfaces provided by rJava. In the first part we talked about ... [Read more...]

A primer in using Java from R – part 2

July 7, 2018 | Jozef's Rblog

Introduction In this part of the primer we discuss creating and using custom .jar archives within our R scripts and packages, handling of Java exceptions from R and a quick look at performance comparison between the low and high-level interfaces provided by rJava. In the first part we talked about ... [Read more...]

A primer in using Java from R – part 1

June 23, 2018 | Jozef's Rblog

Introduction This primer shall consist of two parts and its goal is to provide a walk-through of using resources developed in Java from R. It is structured as more of a “note-to-future-self” rather than a proper educational article, I however hope that some readers may still find it useful. It ... [Read more...]

A primer in using Java from R – part 1

June 23, 2018 | Jozef's Rblog

Introduction This primer shall consist of two parts and its goal is to provide a walk-through of using resources developed in Java from R. It is structured as more of a “note-to-future-self” rather than a proper educational article, I however hope that some readers may still find it useful. It ... [Read more...]

RStudio:addins part 1. – code reproducibility testing

May 5, 2018 | Jozef's Rblog

Contents Introduction Prerequisites and recommendations Step 1 - Creating a package Step 2 - Writing the first functions Step 3 - Setting up an addin Step 4 - Updating our DESCRIPTION and NAMESPACE What is next - Always paying our (technical) debts Wrapping up TL;DR - Just give me the package References Introduction ... [Read more...]

R:case4base – data subsetting and manipulation with base R

April 20, 2018 | Jozef's Rblog

Contents Introduction How to use this article Selecting (subsetting) relevant data from a data.frame Constructing meaningful subsets simply and safely More ways to provide subset indices Alternatives to base R TL;DR - Just want the code Exercises References Exercise answers Introduction In the previous article we discussed and ... [Read more...]

R:case4base – reshape data with base R

April 6, 2018 | Jozef's Rblog

Contents Introduction How to use this article Basic wide to long reshape Basic long to wide reshape Advanced reshape Alternatives to base R TL;DR - Just want the code Exercises References Exercise answers Discuss the article Introduction This is the first post in the R:case4base series. The ... [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)