View source: R/twitter.R View source: R/00-thread.R
| saved_threads | R Documentation |
Loads all the thread objects in a directory.
Loads all the thread objects in a directory.
saved_threads() saved_threads()
A list with thread objects.
A list with thread objects.
## Not run:
# Create a thread, publish it and save it.
thread$new()$
add_post("This is a test thread!")$
publish()$
save()
# List all saved threads
threads <- saved_threads()
# Destroy the last thread.
threasd[[length(threads)]]$destroy()
## End(Not run)
## Not run:
# Create a thread, publish it and save it.
thread$new()$
add_post("This is a test thread!")$
publish()$
save()
# List all saved threads
threads <- saved_threads()
# Destroy the last thread.
threasd[[length(threads)]]$destroy()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.