renumber_tweets | R Documentation |
Replace #. with sequential numbering (e.g., 1., 2.,)
renumber_tweets(fn)
fn |
file name of markdown file |
Use when composing twitter thread in markdown. Number tweets with #. placeholder.
Writes to the input file, fn!
## Not run:
if(interactive()){
renumber_tweets("thread.md")
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.