Skip to content

v1.5.1

Compare
Choose a tag to compare
@msberends msberends released this 02 Dec 10:06
· 17 commits to master since this release
  • New function format_p_value() to format raw p values according to the APA guideline
  • clean_Date() now works with POSIX standards:
    clean_Date("2020-11-12 12:24:12")
    clean_Date(c("2020-11-12 12:24:12", "2020-11-13"), guess_each = TRUE)
  • Currency now prints and formats without symbols as default, use as_symbol = TRUE to print/format with currency symbols
  • Support for older versions of R (v3.2)