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 |
( |
end_datetime |
( |
title |
( |
body |
( |
Value
(data.frame
) Is a long dataframe of time slots.
Examples
SlotsDetails()
[Package time.slots version 0.2.0 Index]