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.
if (FALSE) { syn <- synapse$Synapse() syn$login() check_certified_user("3384770") }