pp: A function for fast printing of everything

View source: R/pp.R

ppR Documentation

A function for fast printing of everything

Description

This function allows you a quick printout of all that's relevant to you

Usage

pp(data, how_much = Inf)

Arguments

data

Input data. Intended use for this function is in a tidyverse pipe, so you shouldn't have to specify this argument, usually

how_much

How many lines you want printed. Helpful for when those 10 lines in a default tibble aren't enough....

Examples

pp(15) ## this will print 15 lines instead of the tidyverse standard of 10
pp()

benetheking/maRketingscience documentation built on May 17, 2022, 5:57 a.m.