filename <- "./data-raw/HumanTumorSuppressors_from_TSGene2"
HumanTumorSuppressors <- read.table(file=filename, sep="\t", header=TRUE)
HumanTumorSuppressors <- as.character(as.vector(HumanTumorSuppressors$GeneID))
usethis::use_data(HumanTumorSuppressors, internal=FALSE, compress="gzip")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.