RPushbullet (version 0.3.1)

pbGetUser: Get info about a user

Description

Get info about a user

Usage

pbGetUser(apikey = .getKey())

# S3 method for default pbGetUser(apikey = .getKey())

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

# S3 method for 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

Run this code
# NOT RUN {
me <- pbGetUser()
summary(me)
# }

Run the code above in your browser using DataCamp Workspace