rlist Tutorial

Getting started

Before getting started, please ensure you have installed the latest version of rlist.

This tutorial will introduce most features of the package in detail. Some of the features are only available in the latest development version.

You can install the latest version of rlist from GitHub with devtools:

# install.packages("devtools")
devtools::install_github("renkun-ken/rlist")

or a older version from CRAN:

install.packages("rlist")

I recommend that you install the GitHub version to keep up with the latest features which are also covered in the code examples in this tutorial.