inst/doc/column-formatting.R

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

## -----------------------------------------------------------------------------
library(dtsmartr)

dtsmartr(
  mtcars,
  options = dtsmartr_options(
    hidden_columns = c("mpg", "cyl")
  )
)

## -----------------------------------------------------------------------------
# Collapses headers to standard compact labels
dtsmartr(
  mtcars,
  options = dtsmartr_options(
    header_summary = FALSE
  )
)

Try the dtsmartr package in your browser

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

dtsmartr documentation built on July 16, 2026, 5:08 p.m.