#' Returns a dataframe of the cmvdrg database
#' @return dataframe of the hsvdrg database
#' @export
hsvdrg_data <- function(){
file = system.file("db", "hsvdrg-db.csv", package = "hsvdrg")
dat = utils::read.csv(file, stringsAsFactors = F)
colnames(dat)[[1]] = "mutation_id"
return(dat)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.