⚠️There's a newer version (1.1.3) of this package. Take me there.

rlang

Overview

The rlang package provides tools to work with core language features of R and the tidyverse:

  • Tidy evaluation.
  • Base types: vectors, expressions, and environments.
  • Call and context stacks.
  • The condition system.

Installation

rlang is not automatically installed with the tidyverse package, but you can install it with:

install.packages("rlang")
library("rlang")

Or install the development version from github with:

# install.packages("devtools")
devtools::install_github("tidyverse/rlang", build_vignettes = TRUE)

Copy Link

Version

Down Chevron

Install

install.packages('rlang')

Monthly Downloads

1,851,017

Version

0.1

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

January 1st, 1970

Functions in rlang (0.1)