pbGetChannelInfo: Details for a channel

Description Usage Arguments Value Examples

View source: R/channel.R

Description

Details for a channel

Usage

 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, ...)

Arguments

channel

The name of a Pushbullet channel as a string

no_recent_pushes

Should the returned returned object exclude recent pushs? FALSE (the default) will return up to 10 pushes. TRUE will exclude them

x

Default object for print method

...

Other optional arguments

object

Default object for summary method

Value

a list with infoabout a channel

Examples

1
2
xkcd <- pbGetChannelInfo("xkcd", TRUE)
summary(xkcd)

RPushbullet documentation built on March 1, 2021, 5:06 p.m.