Description Usage Arguments Value Examples
Send a tweet from your R session
1  | tweet_that(text, url = NULL, via = NULL)
 | 
text | 
 the text of the tweet (mandatory)  | 
url | 
 optional url  | 
via | 
 optional via, with or without the '@'  | 
open your browser with a tweet ready to be sent
1  | tweet_that(text = "Colin's website is #cool", url = "http://colinfay.me", via = "@_colinfay")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.