Description Usage Arguments Value Examples
View source: R/check-certified-user.R
Check if user has completed and passed the Certified User Quiz.
1 | check_certified_user(id, syn)
|
id |
User ID |
syn |
Synapse client object |
A condition object indicating whether or not the given user is a certified Synapse user.
1 2 3 4 5 6 | ## Not run:
syn <- synapse$Synapse()
syn$login()
check_certified_user("3384770")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.