library('glue')
foreach::registerDoSEQ()
dataDir = 'data'
snapshot = function(xObs, path) {
if (file.exists(path)) {
xExp = qs::qread(path)
} else {
qs::qsave(xObs, path)
xExp = xObs}
return(xExp)}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.