Renata Diaz 10/12/2018
# define where the cache is located
db <- DBI::dbConnect(RSQLite::SQLite(), here::here("drake", "drake-cache.sqlite"))
cache <- storr::storr_dbi("datatable", "keystable", db)
lda_results <- readd(lda_results, cache = cache)
lda_ts_result_summary <- readd(lda_ts_result_summary, cache = cache)
Find LDAs that threw errors and remove them:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.