% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/results-parse.R
\name{get_times}
\alias{get_times}
\title{Get data by time}
\usage{
get_times(simulate_results)
}
\arguments{
\item{simulate_results}{results from `simulte()` function.}
}
\value{
dataframe with sim.n, period type, and duration
}
\description{
Function to extract timings and assemble results in a dataframe
}