if (FALSE) {
## define the LaBB-CAT URL
labbcat.url <- "https://labbcat.canterbury.ac.nz/demo/"
## Create a new participant record
saveParticipant(labbcat.url, "Juan Perez")
### Delete the participant we just created
deleteParticipant(labbcat.url, "Juan Perez")
}
Run the code above in your browser using DataLab