Check if user has completed and passed the Certified User Quiz.

check_certified_user(id, syn)

Arguments

id

User ID

syn

Synapse client object

Value

A condition object indicating whether or not the given user is a certified Synapse user.

Examples

if (FALSE) { syn <- synapse$Synapse() syn$login() check_certified_user("3384770") }