pbGetUser: Get info about a user

Description Usage Arguments Value Examples

View source: R/user.R

Description

Get info about a user

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
pbGetUser(apikey = .getKey())

## Default S3 method:
pbGetUser(apikey = .getKey())

## S3 method for class 'pbUser'
print(x, ...)

## S3 method for class 'pbUser'
summary(object, ...)

Arguments

apikey

The API key used to access the service. It can be supplied as an argument here, or via the file ~/.rpushbullet.json which is read at package initialization.

x

Default object for print method

...

Other optional arguments

object

Default object for summary method

Value

Invisibly returns info about a user

Examples

1
2
3
4
5
## Not run: 
me <- pbGetUser()
summary(me)

## End(Not run)

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