
Deletes a participant record
deleteParticipant.Rd
This function deletes the identified participant from the corpus, but only if they do not appear in any transcripts.
Examples
if (FALSE) { # \dontrun{
## Create a new participant record
saveParticipant(labbcat.url, "Juan Perez")
### Delete the participant we just created
deleteParticipant(labbcat.url, "Juan Perez")
} # }