finstr (version 0.1.2.9000)

print.statement: Print a statement object

Description

Print a statement object

Usage

# S3 method for statement
print(x, descriptions = FALSE, html = FALSE,
  big.mark = "", dateFormat = NULL, ...)

Arguments

x
a statement object
descriptions
if TRUE labels are printed instead of element IDs
html
print in html format (requires htmlTable)
big.mark
big mark to format numbers
dateFormat
format string for format dates
...
further arguments passed to or from other methods.