Skip to content

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

Notifications You must be signed in to change notification settings

itsvenu/ISMB2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages