Skip to content

hmstimer 0.3.0

Latest
Compare
Choose a tag to compare
@joethorley joethorley released this 19 Aug 19:49

Features

  • Added functions to get, set and test if title

    • tmr_title()
    • tmr_title<-
    • tmr_is_titled()
  • Added print_title = TRUE argument to print/format functions

    • tmr_print(print_title = TRUE)
    • tmr_format(print_title = TRUE)
  • Added functions to time individual functions or blocks of code

    • local_timer()
    • with_timer()