#Load the twitteR package
library(twitteR)
#Create a dataframe of tweets based off a particular user.
df <- userTimeline("BarackObama", n =1000)
df = twListToDF(df)
head(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.