n
Number of rows to show. If NULL, the default, will print all rows if
less than option dplyr.print_max. Otherwise, will print dplyr.print_min
width
Width of text output to generate. This defaults to NULL, which
means use getOption("width") and only display the columns that fit on one
screen. You can also set option(dplyr.width = Inf) to override this default
and always print all columns.