Nothing
#' Get the list of available Bayesian network files
#'
#' This function lists all the .rda files in the data directory.
#'
#' @return A character vector of network file names.
#'
#'@export
get_network_list <- function() {
network_files <- bnRep_summary$Name
return(network_files)
}
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.