SlotsDetails {time.slots}R Documentation

Construct SlotsDetails value object

Description

Construct SlotsDetails value object

Usage

SlotsDetails(
  start_datetime = NA,
  end_datetime = NA,
  title = NA_character_,
  body = list(NA_character_)
)

Arguments

start_datetime

(POSIXct) Is the start of the time slot.For example "2022-03-16 10:00:00".

end_datetime

(POSIXct) Is the end of the time slot.For example "2022-03-16 11:30:00".

title

(character) Is the title of the time slot. For example "News 1".

body

(list) Is a nested list with name value pairs of the time slot details. For example list(cost = "$1200", TARP = 5).

Value

(data.frame) Is a long dataframe of time slots.

Examples

SlotsDetails()


[Package time.slots version 0.2.0 Index]