guess_colwidths_options | R Documentation |
Options for guessing columns widths
guess_colwidths_options(min_width = 70, max_width = 400, mul = 1, add = 0)
min_width |
Minimal width. |
max_width |
Maximal width. |
mul |
Multiplicative constant. |
add |
Additive constant |
a list
of options to use in datagrid()
.
datagrid(rolling_stones_50, colwidths = "guess")
datagrid(
rolling_stones_50,
colwidths = "guess",
guess_colwidths_opts= guess_colwidths_options(mul = 2)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.