tp_add: Title

View source: R/piping_demo.R

tp_addR Documentation

Title

Description

Title

Usage

tp_add(
  nothing = NULL,
  data = NULL,
  rows = NULL,
  cols = NULL,
  fun = NULL,
  value = NULL,
  wt = NULL,
  pivot_logical = NULL,
  quietly = FALSE
)

Arguments

pivot_logical

Examples

tp_init(data = "tidytitanic::tidy_titanic")
  tp_add(rows = "sex")
  tp_add(cols = "class")

tp_init(data = "tidytitanic::tidy_titanic") |>
  tp_add(rows = "sex") |>
  tp_add(cols = "class")


EvaMaeRey/tidypivot documentation built on Feb. 27, 2025, 4:04 a.m.