Description Usage Arguments Value Examples
Function to get tweets from time slots
1 | get_tweets(my_day, start_time, end_time)
|
my_day |
day of the conference, in format e.g. '2019-07-24' |
start_time |
start time of the talk, e.g. HH:MM |
end_time |
end time of the talk, e.g. HH:MM |
DT datatable of tweets
1 2 3 4 5 6 | library(ISMB2019)
library(magrittr)
my_day <- "2019-07-24"
start_time <- "16:00"
end_time <- "17:00"
get_tweets(my_day = my_day, start_time = start_time, end_time = end_time)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.