as.data.frame.sleepsimR_allocations: Convert allocations to data frame

Description Usage Arguments Value

View source: R/allocations.R

Description

Convert allocations to data frame

Usage

1
2
## S3 method for class 'sleepsimR_allocations'
as.data.frame(x)

Arguments

x

object of type sleepsimR_allocations

Value

a data frame with 5 columns

container_id

Unique id of the container that ran the iteration.

iteration_id

Unique id of the iteration. See also the function 'generate_scenarios' in the sleepsimR library <https://github.com/JasperHG90/sleepsimR>

ts_request

POSIXct. Date/time stamp indicating when the iteration started.

ts_finished

POSIXct. Date/time stamp indicating when the iteration finished.

runtime_minutes

Numeric. Time, in minutes, between ts_request and ts_finished.


JasperHG90/sleepsimReval documentation built on May 16, 2020, 2:35 a.m.