amber.user | R Documentation |
Get a user by email or identifier.
amber.user(amber, id)
amber |
An Amber object |
id |
User's email or identifier |
A user object as a named list
Other users functions:
amber.group()
,
amber.groups()
,
amber.users()
## Not run:
a <- amber.login("https://amber-demo.obiba.org")
amber.user(a, id = "jim@muse.com")
amber.user(a, id = "6151b512268f582926d37f90")
amber.logout(a)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.