I am beginning the analysis in RStudio of an interview I have made. The interview is, normally, made of the interviewer's questions and the subject's answers.
text<- "Interviewer: Hello, how are you?
Subject: I am fine, thanks.
Interviewer: What is your name?
Subject: My name is Gerard."
I would like to remove all the interviewer's questions to be able to analyze the interview. I do not know how to proceed in R, actually, I do not even know what exactly to Google.
I would appreciate all the help I can get. Thank you in advance.