View source: R/check-certified-user.R
check_certified_user | R Documentation |
Check if user has completed and passed the Certified User Quiz.
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.
## 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.