Nothing
#' Triggering condition by calendar time
#'
#' @description
#' Define a condition to trigger trial milestone by calendar time. The milestone will
#' be trigger when a trial has been running for at least the specified
#' duration. It can be used combined with conditions specified by
#' \link[TrialSimulator]{enrollment} and \link[TrialSimulator]{eventNumber}.
#'
#' @param time numeric. Calendar time to trigger a milestone of a trial.
#'
#' @returns an object of class `Condition`
#'
#' @export
calendarTime <- function(time){
CalendarTimeCondition$new(time)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.