knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

library(rlang)
`%>%` <- magrittr::`%>%`
is_installed("dplyr")

# Better printing
mtcars <- tibble::as_tibble(mtcars)
iris <- tibble::as_tibble(iris)
options(
  tibble.print_min = 4,
  tibble.print_max = 4
)

# Fix Latex error
options(
  cli.unicode = FALSE
)

rlang::global_entrace()


Try the rlang package in your browser

Any scripts or data that you put into this service are public.

rlang documentation built on Nov. 4, 2023, 9:06 a.m.