Description Usage Arguments Value Examples
View source: R/exist_profile.R
Returns information on the logged in user.
1 | exist_profile(token = NULL)
|
token |
The token environment. |
A list containing the information about the current user.
1 2 3 4 5 | ## Not run:
etoken <- exist_auth()
exist_profile(etoken)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.