Description Usage Arguments Value Examples
Brings content from pastebin into R.
1 | pbGetText(pasteKeys)
|
pasteKeys |
a vector of paste IDs (such as can be generated using /codepbListPosts()) |
output |
a character object. |
1 2 3 4 | # generate a session key first
# a <- pbListPosts(session_key = session_key) # lists all of beepbeepbeep's posts, using session key from getUserKey()
# pbGetText(a[1]) # get the content
# pbGetText(a)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.