Skip to contents

Get slot data for taxa(s)

Usage

get_stage_times(wd)

Arguments

wd

Working directory

Value

list of runtimes in minutes

Examples

if (FALSE) {
  
  # Note, this example requires a wd with a completed phylotaR run
  # return a named list of the time take in minutes for each stage
  get_stage_times(wd = wd)
}