library(taxspell)
paths <- ts_dic_paths("tpl")
if (!file.exists(paths[1]) && !file.exists(paths[2])) {
ts_fetch_dictionary("tpl")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.