Nothing
#' create_index
#'
#' @keywords internal
#'
#' @param self self
#'
create_index <- function(self) {
tmp <- 1
if (!is.null(self$inputs))
tmp <- c(tmp, max(self$inputs$index) + 1)
if (!is.null(self$outputs))
tmp <- c(tmp, max(self$outputs$index) + 1)
max(tmp)
}
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.