powered by
Options for guessing columns widths
guess_colwidths_options(min_width = 70, max_width = 400, mul = 1, add = 0)
a list of options to use in datagrid().
list
datagrid()
Minimal width.
Maximal width.
Multiplicative constant.
Additive constant
datagrid(rolling_stones_50, colwidths = "guess") datagrid( rolling_stones_50, colwidths = "guess", guess_colwidths_opts= guess_colwidths_options(mul = 2) )
Run the code above in your browser using DataLab