report_time: Report time

View source: R/report_time.R

report_timeR Documentation

Report time

Description

Report time at end of function.

Usage

report_time(
  start,
  end = Sys.time(),
  prefix = NULL,
  verbose = TRUE,
  units = "min",
  digits = 2
)

Arguments

units

character string. Units in which the results are desired. Can be abbreviated.

digits

integer indicating the number of decimal places (round) or significant digits (signif) to be used. For round, negative values are allowed (see ‘Details’).


neurogenomics/PeakyFinders documentation built on March 24, 2024, 4:28 p.m.