Summarytools

Latest version: v0.3.0

Safety actively analyzes 682361 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 6

0.6.9

_GitHub-only_ release

- Introduced `ctable()` for cross-tabulations
- Extended support for printing objects created using `by()` and/or `with()`:
variable names, labels and by-groups are now displayed correctly
- `view()` is now more than just a wrapper function for the `print()` method;
it is the function to use when printing an object created with `by()`
- Appending to summarytools-generated html files is now possible
- Most pander options stored in summarytools objects can be overridden by
`print()` or `view()`
- `freq()` has an new parameter, 'order', allowing to order rows by count
rather than values
- Alignment of numbers in `descr()` observations table has been improved

Backward Compatibility Note

The 'file' parameter must now be used with `print()` or `view()`; its
use with other functions is now deprecated.

0.6.5

- Improved the way `dfSummary()` reports frequencies for character variables
- Fixed problems with outputs when using weights
- Added hash markup to table headings for better markdown integration
- Added an option to the `print()` method to suppress the footnote in HTML
outputs
- Fixed a problem with `dfSummary()` which arose when number of factor levels
exceeded max.distinct.values

0.6

- Added Introductory vignette
- Fixed _markdown_ output that would not render strings such as <NA>
- Improved multiline tables line feeds
- Improved sample datasets
- Removed _Bootstrap_ content not likely to be used
- Changed the way `method = "browser"` sends file path to browser for better
cross-platform compatibility
- Improved results when using `by()`

0.5

_GitHub-only_ release

- Function `descr()` now supports weights
- Output from `what.is()` has been simplified
- Other changes are transparent to the user, but make the internals
more consistent across functions

0.4

- `freq()` now supports weights.
- Better **knitr** integration
- Added sample datasets

0.3

- `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

Page 5 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.