Imagine you have text variable like:
x = as.character("If you do not 'answer' this question, 'two' persons will 'die' in the next second")
What is the best function to return only the quotation marked words such that
> FUNCTION(x)
> [1] "answer" "two" "die"