View source: R/deleteParticipant.R
| deleteParticipant | R Documentation | 
This function deletes the identified participant from the corpus, but only if they do not appear in any transcripts.
deleteParticipant(labbcat.url, id)
| labbcat.url | URL to the LaBB-CAT instance | 
| id | The participant ID - either the unique internal database ID, or their name. | 
TRUE if the participant's record was delete, FALSE otherwise.
getParticipant
saveParticipant
## Not run: 
## Create a new participant record
saveParticipant(labbcat.url, "Juan Perez")
### Delete the participant we just created
deleteParticipant(labbcat.url, "Juan Perez")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.