print_all: Print every row of data

Description Usage Arguments Value Examples

View source: R/print_all.R

Description

Quickly print every row of your data.

Usage

1

Arguments

data

Tibble, data.frame, etc. that you want to print.

Value

A dataset with all of the rows printed to screen.

Examples

1
2
`%>%` <- magrittr::`%>%`
dplyr::starwars %>% dplyr::count(name) %>% print_all()

averyrobbins1/sometools documentation built on Feb. 18, 2021, 5:08 p.m.