R

How to plot XGBoost trees in R

In this post, we're going to cover how to plot XGBoost trees in R. XGBoost is a very popular machine…

3 years ago

Faster data exploration with DataExplorer

Data exploration is an important part of the modeling process. It can also take up a fair amount of time.…

3 years ago

How to solve Sudoku with R

In this post we discuss how to write an R script to solve any Sudoku puzzle. There are some R…

3 years ago

Why you should use vapply in R

In this post we'll cover the vapply function in R. vapply is generally lesser known than the more popular sapply,…

4 years ago

How to create an API for your R code

In the video linked below we discuss how to convert your R code into an API using the awesome plumber…

4 years ago

How to create PowerPoint reports with R

In my last post, we discussed how to create and read Word files with R's officer package. This article will…

4 years ago

How to read and create Word Documents in R

Reading and creating word documents in R In this post we'll talk about how to use R to read and…

4 years ago

How to schedule R scripts

Running R with taskscheduleR and cronR In a previous post, we talked about how to run R from the Windows…

4 years ago

How to check if groceries are in stock and automatically buy them with R

Background Anyone who's bought groceries online recently has seen the huge increase in demand due to the COVID-19 outbreak and…

4 years ago

What to study if you’re under quarantine

If you're staying indoors more often recently because of the current COVID-19 outbreak and looking for new things to study,…

4 years ago