knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
library(ndexr) walk(1000:1, function(time) { message(glue("{time} steps left")) try(run_reddit_submissions()) })
```r
````
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.