print_n: Print a data.frame n rows at a time

View source: R/showGroups.R

print_nR Documentation

Print a data.frame n rows at a time

Description

Print a data.frame n rows at a time

Usage

print_n(df, n = 20)

Arguments

df

data.frame to print

n

number of rows to print, default 20

Value

The first n rows of df, by default 20, and a console prompt to either print the next n rows or quit.


HelenLindsay/AbNames documentation built on June 6, 2023, 1:18 p.m.