dp: Thin wrappers of 'dplyr' functions

View source: R/dp.R

dpR Documentation

Thin wrappers of dplyr functions

Description

Thin wrappers of dplyr functions

Usage

dp()

dp_agg(.data, ..., .by = NULL, .groups = NULL)

dp_n()

dp_all(x)

dp_grp(x, keys)

dp_join(
  x,
  y,
  by = NULL,
  copy = FALSE,
  suffix = c(".x", ".y"),
  ...,
  keep = NULL
)

dp_lab(.data, ...)

dp_mod(.data, ...)

Arguments

x

A data.frame

keys

A complete character vec naming grouping variables in x.

Details

  dp_join   Thinly wraps left_join.
  dp_agg Thinly wraps summarize.
  dp_all Thinly wraps all_of.
  dp_lab Thinly wraps rename.
  dp_mod Thinly wraps mutate.
  dp_grp Limitedly wraps group_by^{(1)}
  dp_n Thinly wraps n.
  ^{(1)} Accepts as argument only a data.frame (x) and a character vector naming grouping variables (keys).

Value

A data.frame.

See Also

Other wraps: basics_help(), dt(), gg_help(), gr, rd_help(), tb_help()


j-martineau/uj documentation built on Sept. 14, 2024, 4:40 a.m.