Learn R Programming

modelsummary (version 2.3.0)

Paste: Generate terms to paste values together in table.

Description

Generate terms to paste values together in table.

Usage

Paste(
  ...,
  head,
  digits = 2,
  justify = "c",
  prefix = "",
  sep = "",
  postfix = "",
  character.only = FALSE
)

Arguments