R/prinf.R
prinf.Rd
`prinf` is a wrapper around `print` that returns all rows rather than just the first 10 by default.
prinf(df, ...)
data frame
Any other valid option for `print()`.
prints out all rows rather than default 10 rows.
if (FALSE) { # \dontrun{ df_geo %>% prinf() } # }