inst/doc/debugme.R

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

## ----eval = FALSE-------------------------------------------------------------
# Sys.setenv(DEBUGME = "!!!!pillar")
# Sys.setenv(DEBUGME_SHOW_TIMESTAMP = "no")
# 
# library(pillar)
# 
# tbl <- tibble::tibble(a = 1:3, b = tibble::tibble(c = 4:6, d = 7:9), e = 10:12)
# print(tbl, width = 23)

## ----echo = FALSE-------------------------------------------------------------
writeLines(readLines("debugme.txt"))

Try the pillar package in your browser

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

pillar documentation built on April 11, 2025, 6:04 p.m.