#' @name .convert_subset_index
#' @aliases .convert_subset_index
#'
#' @param x index
#' @param y converts index into this varaible, must be the same length as supplied indexing
.convert_subset_index <- function(x,
y) {
return(y[x])
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.