#' @keywords internal
#'
#' @importFrom magrittr %>%
#' @importFrom S4Vectors DataFrame
make_DataFrame <- function(x) {
rownames(x) %>%
DataFrame(x, row.names = .)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.