Posts by Year

2024

Calling C++ functions from R using Rcpp

5 minute read

If you are an R/RStudio user and you are learning C/C++ then this blog post may be interesting. Suppose that you’ve written a function in C/C++ (or even a wh...

Python in Excel via Reticulate

4 minute read

This post describes a particular use-case for Python in Excel and how it was solved using the R package Reticulate 1.39.0 along with the ExcelRAddIn.A while ...

Office365 AddIns for R (Part III)

3 minute read

A while back, I introduced the ExcelRAddIn (Office365 AddIns for R (Part I)). This is an Office365 AddIn that allows you to evaluate an R-script from within ...

Back to Top ↑

2023

Office365 AddIns for R (Part II)

1 minute read

In the previous post Office365 AddIns for R (Part I), I introduced the ExcelRAddIn. In this post I would like to describe the RScriptAddIn for Word.

Office365 AddIns for R (Part I)

3 minute read

I’d like to introduce a couple of Office365 add-ins for R that I have been working on recently. I read R-bloggers regularly and I thought these add-ins might...

Back to Top ↑