print_all: Print All

View source: R/print_all.R

print_allR Documentation

Description

a quick helper function to print all the rows of a tibble to the console. Basically a wrapper for print(data, n = 1000)

Usage

print_all(data, n = 1000, ...)

Arguments

data

an object to print to the console

n

number of rows to print. Defaults to 1000, unlike print.tibble, which prints 10-15 rows by default

...

other options passed to print()

Value

returns the results of print(data), usually data itself


crazybilly/ucbudar documentation built on July 15, 2024, 5:03 p.m.