Skip to content

v0.8.8

Compare
Choose a tag to compare
@gdemin gdemin released this 11 Nov 22:28
· 301 commits to master since this release

0.8.8 (11.11.2018)

  • add '*.xlsx' export for tables via 'openxlsx' package. See ?xl_write
  • add 'set_caption' function and support for it in 'htmlTable', 'as.datatable_widget' and *.xlsx export
  • add function 'expss_enable_value_labels_support_extreme'
  • small bugfixes and performance improvement
  • 'from_text' renamed to 'text_to_columns'
  • 'by_groups' is deprecated now. Use 'take' from 'maditr' instead.
  • 'dtfrm'/'as.dtfrm' are finally removed. Use 'sheet'/'as.sheet' instead
  • It seems nobody uses 'lst'/'.lst' functions so they are removed.