Look up Quantiles of event times in data
1 2 3 4 5 6 7 8  | times_list(
  data,
  q_last = 0.8,
  q_eval = c(0.25, 0.5, 0.75),
  time_var = "time",
  status_var = "status",
  status_value = 1
)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.