tibble_print: Print a 2-d data.frame or matrix like a tibble

View source: R/printing.R

tibble_printR Documentation

Print a 2-d data.frame or matrix like a tibble

Description

Print a 2-d data.frame or matrix like a tibble

Usage

tibble_print(
  x,
  n = NULL,
  width = NULL,
  n_extra = NULL,
  types = TRUE,
  rows = "rows",
  cols = "variables"
)

Arguments

x

A data frame or matrix

n

Number of rows to print

width

Display width

n_extra

Number of extra columns after width to summarize after main display

types

Whether to print the second row with the variable types

rows

What rows are called in the end summary

cols

What columns are called in the end summary


mikemc/speedyseq documentation built on April 22, 2024, 6:40 p.m.