itsvenu / ISMB2019

R package to get tweets from ISMB/ECCB 2019 conference, Basel. Full doc: itsvenu.github.io/ismb2019/

Home Page:https://itsvenu.github.io/ISMB2019/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ISMB2019

Twitter Follow

The goal of ISMB2019 is to provide quick access to tweets that were tweeted during the ISMB/ECCB 2019, Basel. This will help researchers to get summary of different talks from kind tweeters.

Installation

devtools::install_github("itsvenu/ISMB2019")

Example

library(ISMB2019)
library(magrittr)

data(ismb_dat2019)

## date
my_day <- "2019-07-24"

## start time of talk HH:MM
start_time <- "16:00"

## end time of talk HH:MM
end_time <- "17:00"

ISMB2019::get_tweets(my_day = my_day, start_time = start_time, end_time = end_time)

About

R package to get tweets from ISMB/ECCB 2019 conference, Basel. Full doc: itsvenu.github.io/ismb2019/

https://itsvenu.github.io/ISMB2019/


Languages

Language:R 100.0%