if (FALSE) {
## Create a new participant record
saveParticipant(labbcat.url, "Juan Perez", attributes=list(participant_gender="M"))
## Change the name and the gender of the participant record
saveParticipant(labbcat.url, "Juan Perez", "Maria Perez", list(participant_gender="F"))
### Delete the participant we just created
deleteParticipant(labbcat.url, "Maria Perez")
}
Run the code above in your browser using DataLab