| print.draws_df | R Documentation | 
draws_df objectsPretty printing for draws_df objects.
## S3 method for class 'draws_df'
print(
  x,
  digits = 2,
  max_draws = getOption("posterior.max_draws", 10),
  max_variables = getOption("posterior.max_variables", 8),
  reserved = FALSE,
  ...
)
| x | (draws) A  | 
| digits | (nonnegative integer) The minimum number of significant digits
to print. If  | 
| max_draws | (positive integer) The maximum number of draws to print. Can
be controlled globally via the  | 
| max_variables | (positive integer) The maximum number of variables to
print. Can be controlled globally via the  | 
| reserved | (logical) Should reserved variables be included in the
output? Defaults to  | 
| ... | Further arguments passed to the underlying  | 
A draws object of the same class as x.
x <- as_draws_df(example_draws())
print(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.