Description Usage Arguments Value Examples
Details for a channel
1 2 3 4 5 6 7 8 9 10 | pbGetChannelInfo(channel, no_recent_pushes = FALSE)
## Default S3 method:
pbGetChannelInfo(channel, no_recent_pushes = FALSE)
## S3 method for class 'pbChannelInfo'
print(x, ...)
## S3 method for class 'pbChannelInfo'
summary(object, ...)
|
channel |
The name of a Pushbullet channel as a string |
no_recent_pushes |
Should the returned returned object exclude recent pushs?
|
x |
Default object for |
... |
Other optional arguments |
object |
Default object for |
a list with infoabout a channel
1 2 | xkcd <- pbGetChannelInfo("xkcd", TRUE)
summary(xkcd)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.