Create longtable output from an R data frame

stable_long(data, ...)

# S3 method for data.frame
stable_long(
  data,
  note_config = noteconf(type = "minipage"),
  inspect = FALSE,
  lt_cap_macro = "",
  lt_cap_text = "",
  lt_cap_short = "",
  lt_cap_label = "",
  lt_continue = "\\footnotesize{continued on next page}",
  ...
)

# S3 method for stobject
stable_long(data, ...)

# S3 method for pmtable
stable_long(data, ...)

Arguments

data

an object to render as a long table; this could be a data.frame, a pmtable object or an stobject; when passing in a data.frame, the data should be filtered or subset so that data contains exactly the rows (and columns) to be processed; pmtables will not add or remove rows prior to processing data

...

passed to stable()

note_config

a noteconf() object used to configure how table notes are displayed; ; see also st_noteconf()

inspect

fixed to TRUE and passed to stable()

lt_cap_macro

the name of a macro that will hold caption text; to not lead with \\ - this will be added for you

lt_cap_text

full caption text, appearing where the table is rendered

lt_cap_short

short caption text, appearing in the list of tables

lt_cap_label

table label for use in latex document

lt_continue

longtable continuation message