Nothing
#' Get a demo encode_df
#'
#' @return A vector of regions filenames
#'
#' @examples
#'
#' encode_df_demo <- get_encode_df_demo()
#'
#' @import data.table
#'
#' @export
get_encode_df_demo <- function() {
filename <- system.file("extdata/encode_df_demo.csv", package = "ENCODExplorer")
fread(filename)
}
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.