powered by
Details for a channel
pbGetChannelInfo(channel, no_recent_pushes = FALSE)# S3 method for default pbGetChannelInfo(channel, no_recent_pushes = FALSE)# S3 method for pbChannelInfo print(x, ...)# S3 method for pbChannelInfo summary(object, ...)
# S3 method for default pbGetChannelInfo(channel, no_recent_pushes = FALSE)
# S3 method for pbChannelInfo print(x, ...)
# S3 method for pbChannelInfo summary(object, ...)
The name of a Pushbullet channel as a string
Should the returned returned object exclude recent pushs? FALSE (the default) will return up to 10 pushes. TRUE will exclude them
FALSE
TRUE
Default object for print method
print
Other optional arguments
Default object for summary method
summary
a list with infoabout a channel
# NOT RUN { xkcd <- pbGetChannelInfo("xkcd", TRUE) summary(xkcd) # }
Run the code above in your browser using DataLab