SlotsDetails: 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
Run this code# NOT RUN {
SlotsDetails()
# }
Run the code above in your browser using DataLab