stable_long.Rd
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, ...)
data | an object to render as a long table; this could be a |
---|---|
... | passed to |
note_config | a |
inspect | fixed to |
lt_cap_macro | the name of a macro that will hold caption text; to not
lead with |
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 |