Description Usage Arguments Details Value
Load tweets for a clamour analysis
1 2 3 4 5 6 | clamour_load_tweets(
query,
cache_file = NULL,
timezone = Sys.timezone(),
fixed = FALSE
)
|
query |
Query string to use for collecting new tweets. |
cache_file |
Path to an |
timezone |
Time zone associated with tweets. |
fixed |
If |
If a cache file exists tweets will first be read from here. New tweets will
also be downloaded if fixed = FALSE
. Cached and new tweets are combined and
only the most recent version of each tweet is kept. Additional datetime
,
date
and hour
fields are created using the supplied timezone
.
tibble containing tweets
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.