prinf: Print All Rows

View source: R/prinf.R

prinfR Documentation

Print All Rows

Description

'prinf' is a wrapper around 'print' that returns all rows rather than just the first 10 by default.

Usage

prinf(df, ...)

Arguments

df

data frame

...

Any other valid option for 'print()'.

Value

prints out all rows rather than default 10 rows.

Examples

## Not run: 
df_geo %>% prinf() 
## End(Not run)

USAID-OHA-SI/glamr documentation built on July 6, 2024, 6:39 a.m.