The LaTeX longtable package allows for long tables
to be broken into multiple parts to be displayed on separate pages.
pixiedust will mimic this behavior for other output types.
sprinkle_longtable(x, longtable = getOption("pixie_longtable", FALSE), ...)# S3 method for default
sprinkle_longtable(x, longtable = getOption("pixie_longtable", FALSE), ...)
# S3 method for dust_list
sprinkle_longtable(x, longtable = getOption("pixie_longtable", FALSE), ...)
An object of class dust
Either a logical(1) or an numeric(1)
integer-like value. See Details.
Additional arguments to pass to other methods. Currently ignored.
Change the longtable attribute of the dust object.
Cast an error if x is not a dust object.
Cast an error if longtable is logical and has length not equal
to 1.
when longtable is not logical, cast an error if
it is not-integerish and has length not equal to 1.
Benjamin Nutter
When longtable = TRUE, LaTeX tables will be divided
according to the LaTeX document settings. In other table outputs, the
default is to use 25 rows per table.
When longtable is an integer (or integer-like) value, the table
is divided into that many rows per section. This applies to all output.
dust, sprinkle