# Rscript dictionary.R > dictionary.txt 2>&1
rm(list = ls())
load("dict_combine_uniform_molei.Rdata")
dictionary <- dict.combine[, 1:2]
colnames(dictionary) <- c("name", "description")
head(dictionary)
tail(dictionary)
saveRDS(dictionary, "dictionary.rds")
proc.time()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.