pbGetUser | R Documentation |
Get info about a user
pbGetUser(apikey = .getKey())
## Default S3 method:
pbGetUser(apikey = .getKey())
## S3 method for class 'pbUser'
print(x, ...)
## S3 method for class 'pbUser'
summary(object, ...)
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 |
Invisibly returns info about a user
## Not run:
me <- pbGetUser()
summary(me)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.