a: Shorthand for 'as.data.frame()' for printing all of a tibble.

View source: R/a.R

aR Documentation

Shorthand for 'as.data.frame()' for printing all of a tibble.

Description

Shorthand for 'as.data.frame()' for printing all of a tibble.

Usage

a(tib)

Arguments

tib

'tibble' to be printed to console, R Markdown file, etc.

Details

Often want to print all of a (small) tibble, but 'as.data.frame()' is cumbersome.

Value

print 'a' as a data.frame, so show all the rows

Author(s)

Andrew Edwards

Examples

## Not run: 
# To see all the years (rows of a long tibble):
oni %>% a()

# To see all the species (columns of a wide tibble):
tail(zooplankton_sog) %>% a()

## End(Not run)

pbs-assess/PACea documentation built on April 17, 2025, 11:36 p.m.