Nothing
get_outcome_names <- function(events_df){
outcome_names <- events_df$transitions
outcome_names <- outcome_names[!outcome_names %in% events_df$event]
return(outcome_names)
}
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.