pbGetUser {RPushbullet} | R Documentation |
Get info about a user
Description
Get info about a user
Usage
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
|
x |
Default object for |
... |
Other optional arguments |
object |
Default object for |
Value
Invisibly returns info about a user
Examples
## Not run:
me <- pbGetUser()
summary(me)
## End(Not run)
[Package RPushbullet version 0.3.4 Index]