- `view()` allows opening HTML tables in RStudio's Viewer
- `desc()` is renamed `descr()`
- Returned objects are now of class "summarytools" and have several
attributes that are used by `print.summarytools()`
- `print.summarytools()` has argument 'method' that can be one of "pander",
"viewer", or "browser", the last two being used to display an HTML version
of the output, using Bootstrap's CSS (https://getbootstrap.com)
- Row indexing is "detected" and reported
- Rounding occurs when results are displayed (non-rounded results are stored)
- Argument 'echo' is deprecated